Html Css Color HEX #9E077F Eggplant

📋 copy color: '#9E077F'

red 158 ◦ green 7 ◦ blue 127

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

Shades of Eggplant #9E077F

Tints of Eggplant #9E077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

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

R = 54.11%
G = 2.4%
B = 43.49%

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

#9E077F (or 0x9E077F) is known color: Eggplant. HEX triplet: 9E, 07 and 7F. RGB value is (158,7,127). Sum of RGB (Red+Green+Blue) = 158+7+127=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E077F is #61F880. Grayscale: #414141. Windows color (decimal): -6420609 or 8325022. OLE color: 8325022.

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

Color convert

RGB 158 7 127 -
CMYK 0 0.96 0.20 0.38
HSL 312.32º 0.92% 0.32% -
HSV(B) 312.32º 0.96% 0.62% -
XYZ 18.01 8.95 20.86 -
YUV 65.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 158 7 127 0 0.96 0.20 0.38 312.32 0.92 0.32
Hex 9E 7 7F 0 60 14 26 138 5C 20
Octal 236 7 177 0 140 24 46 470 134 40
Binary 10011110 111 1111111 0 1100000 10100 100110 100111000 1011100 100000

Color Harmonies of #9E077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E077F

Black with #9E077F

Text Example


Text Example

White with #9E077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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