Html Css Color HEX #9E087F Eggplant

📋 copy color: '#9E087F'

red 158 ◦ green 8 ◦ blue 127

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

Shades of Eggplant #9E087F

Tints of Eggplant #9E087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

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

R = 53.92%
G = 2.73%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E087F (or 0x9E087F) is known color: Eggplant. HEX triplet: 9E, 08 and 7F. RGB value is (158,8,127). Sum of RGB (Red+Green+Blue) = 158+8+127=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E087F is #61F780. Grayscale: #424242. Windows color (decimal): -6420353 or 8325278. OLE color: 8325278.

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

Color convert

RGB 158 8 127 -
CMYK 0 0.95 0.20 0.38
HSL 312.4º 0.9% 0.33% -
HSV(B) 312.4º 0.95% 0.62% -
XYZ 18.02 8.98 20.86 -
YUV 66.42 162.2 193.32 -
System Red Green Blue C M Y K H S L
Decimal 158 8 127 0 0.95 0.20 0.38 312.4 0.9 0.33
Hex 9E 8 7F 0 5F 14 26 138 5A 21
Octal 236 10 177 0 137 24 46 470 132 41
Binary 10011110 1000 1111111 0 1011111 10100 100110 100111000 1011010 100001

Color Harmonies of #9E087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E087F

Black with #9E087F

Text Example


Text Example

White with #9E087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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