Html Css Color HEX #9E0C6A Eggplant

📋 copy color: '#9E0C6A'

red 158 ◦ green 12 ◦ blue 106

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

Shades of Eggplant #9E0C6A

Tints of Eggplant #9E0C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 57.25%
G = 4.35%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E0C6A (or 0x9E0C6A) is known color: Eggplant. HEX triplet: 9E, 0C and 6A. RGB value is (158,12,106). Sum of RGB (Red+Green+Blue) = 158+12+106=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C6A is #61F395. Grayscale: #424242. Windows color (decimal): -6419350 or 6950046. OLE color: 6950046.

HSL color Cylindrical-coordinate representation of color #9E0C6A: hue angle of 321.37º 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 #9E0C6A is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 12 106 -
CMYK 0 0.92 0.33 0.38
HSL 321.37º 0.86% 0.33% -
HSV(B) 321.37º 0.92% 0.62% -
XYZ 16.83 8.57 14.4 -
YUV 66.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 158 12 106 0 0.92 0.33 0.38 321.37 0.86 0.33
Hex 9E C 6A 0 5C 21 26 141 56 21
Octal 236 14 152 0 134 41 46 501 126 41
Binary 10011110 1100 1101010 0 1011100 100001 100110 101000001 1010110 100001

Color Harmonies of #9E0C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C6A

Black with #9E0C6A

Text Example


Text Example

White with #9E0C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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