Html Css Color HEX #93177C Dark Purple

📋 copy color: '#93177C'

red 147 ◦ green 23 ◦ blue 124

#93177C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #93177C

Tints of Dark Purple #93177C

RGB

 RED value IS 147 (57.81% from 255) = 50%

 GREEN value IS 23 (9.38% from 255) = 7.82%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 50%
G = 7.82%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#93177C (or 0x93177C) is known color: Dark Purple. HEX triplet: 93, 17 and 7C. RGB value is (147,23,124). Sum of RGB (Red+Green+Blue) = 147+23+124=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93177C is #6CE883. Grayscale: #474747. Windows color (decimal): -7137412 or 8132499. OLE color: 8132499.

HSL color Cylindrical-coordinate representation of color #93177C: hue angle of 311.13º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93177C is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 23 124 -
CMYK 0 0.84 0.16 0.42
HSL 311.13º 0.73% 0.33% -
HSV(B) 311.13º 0.84% 0.58% -
XYZ 15.98 8.27 19.82 -
YUV 71.59 157.58 181.79 -
System Red Green Blue C M Y K H S L
Decimal 147 23 124 0 0.84 0.16 0.42 311.13 0.73 0.33
Hex 93 17 7C 0 54 10 2A 137 49 21
Octal 223 27 174 0 124 20 52 467 111 41
Binary 10010011 10111 1111100 0 1010100 10000 101010 100110111 1001001 100001

Color Harmonies of #93177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93177C

Black with #93177C

Text Example


Text Example

White with #93177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93177C; }

 p { color: rgb(147,23,124); }

 H1.HeaderClassName
 {
   color: #93177C;
 }
 .AnyTagClassName
 {
   color: #93177C;
 }
</style>

background-color css

<style>
 a { background-color: #93177C; }

 a { background-color: rgb(147,23,124); }

 div.DivClassName
 {
   background-color: #93177C;
 }
 .BgClassName
 {
   background-color: #93177C;
 }
</style>

border-color css

<style>
 span { border-color: #93177C; }

 span { border-color: rgb(147,23,124); }

 td.TdClassName
 {
   border-color: #93177C;
 }
 .TagClassName
 {
   border-color: #93177C;
 }
</style>