Html Css Color HEX #9E0C74 Eggplant

📋 copy color: '#9E0C74'

red 158 ◦ green 12 ◦ blue 116

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

Shades of Eggplant #9E0C74

Tints of Eggplant #9E0C74

RGB

 RED value IS 158 (62.11% from 255) = 55.24%

 GREEN value IS 12 (5.08% from 255) = 4.2%

 BLUE value IS 116 (45.7% from 255) = 40.56%

R = 55.24%
G = 4.2%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9E0C74 (or 0x9E0C74) is known color: Eggplant. HEX triplet: 9E, 0C and 74. RGB value is (158,12,116). Sum of RGB (Red+Green+Blue) = 158+12+116=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C74 is #61F38B. Grayscale: #434343. Windows color (decimal): -6419340 or 7605406. OLE color: 7605406.

HSL color Cylindrical-coordinate representation of color #9E0C74: hue angle of 317.26º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E0C74 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 12 116 -
CMYK 0 0.92 0.27 0.38
HSL 317.26º 0.86% 0.33% -
HSV(B) 317.26º 0.92% 0.62% -
XYZ 17.38 8.79 17.3 -
YUV 67.51 155.37 192.54 -
System Red Green Blue C M Y K H S L
Decimal 158 12 116 0 0.92 0.27 0.38 317.26 0.86 0.33
Hex 9E C 74 0 5C 1B 26 13D 56 21
Octal 236 14 164 0 134 33 46 475 126 41
Binary 10011110 1100 1110100 0 1011100 11011 100110 100111101 1010110 100001

Color Harmonies of #9E0C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C74

Black with #9E0C74

Text Example


Text Example

White with #9E0C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E0C74; }

 p { color: rgb(158,12,116); }

 H1.HeaderClassName
 {
   color: #9E0C74;
 }
 .AnyTagClassName
 {
   color: #9E0C74;
 }
</style>

background-color css

<style>
 a { background-color: #9E0C74; }

 a { background-color: rgb(158,12,116); }

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

border-color css

<style>
 span { border-color: #9E0C74; }

 span { border-color: rgb(158,12,116); }

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