Html Css Color HEX #9E0C7E Eggplant

📋 copy color: '#9E0C7E'

red 158 ◦ green 12 ◦ blue 126

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

Shades of Eggplant #9E0C7E

Tints of Eggplant #9E0C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 53.38%
G = 4.05%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E0C7E (or 0x9E0C7E) is known color: Eggplant. HEX triplet: 9E, 0C and 7E. RGB value is (158,12,126). Sum of RGB (Red+Green+Blue) = 158+12+126=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0C7E is #61F381. Grayscale: #444444. Windows color (decimal): -6419330 or 8260766. OLE color: 8260766.

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

Color convert

RGB 158 12 126 -
CMYK 0 0.92 0.20 0.38
HSL 313.15º 0.86% 0.33% -
HSV(B) 313.15º 0.92% 0.62% -
XYZ 18 9.04 20.53 -
YUV 68.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 158 12 126 0 0.92 0.20 0.38 313.15 0.86 0.33
Hex 9E C 7E 0 5C 14 26 139 56 21
Octal 236 14 176 0 134 24 46 471 126 41
Binary 10011110 1100 1111110 0 1011100 10100 100110 100111001 1010110 100001

Color Harmonies of #9E0C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0C7E

Black with #9E0C7E

Text Example


Text Example

White with #9E0C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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