Html Css Color HEX #9E067F Eggplant

📋 copy color: '#9E067F'

red 158 ◦ green 6 ◦ blue 127

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

Shades of Eggplant #9E067F

Tints of Eggplant #9E067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.06%

 BLUE value IS 127 (50% from 255) = 43.64%

R = 54.3%
G = 2.06%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E067F (or 0x9E067F) is known color: Eggplant. HEX triplet: 9E, 06 and 7F. RGB value is (158,6,127). Sum of RGB (Red+Green+Blue) = 158+6+127=291 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.30% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 158 - color contains mainly: red. Hex color #9E067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E067F is #61F980. Grayscale: #404040. Windows color (decimal): -6420865 or 8324766. OLE color: 8324766.

HSL color Cylindrical-coordinate representation of color #9E067F: hue angle of 312.24º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E067F is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 6 127 -
CMYK 0 0.96 0.20 0.38
HSL 312.24º 0.93% 0.32% -
HSV(B) 312.24º 0.96% 0.62% -
XYZ 18 8.93 20.85 -
YUV 65.24 162.86 194.16 -
System Red Green Blue C M Y K H S L
Decimal 158 6 127 0 0.96 0.20 0.38 312.24 0.93 0.32
Hex 9E 6 7F 0 60 14 26 138 5D 20
Octal 236 6 177 0 140 24 46 470 135 40
Binary 10011110 110 1111111 0 1100000 10100 100110 100111000 1011101 100000

Color Harmonies of #9E067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E067F

Black with #9E067F

Text Example


Text Example

White with #9E067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,6,127); }

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

background-color css

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

 a { background-color: rgb(158,6,127); }

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

border-color css

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

 span { border-color: rgb(158,6,127); }

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