Html Css Color HEX #9B0E77 Eggplant

📋 copy color: '#9B0E77'

red 155 ◦ green 14 ◦ blue 119

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

Shades of Eggplant #9B0E77

Tints of Eggplant #9B0E77

RGB

 RED value IS 155 (60.94% from 255) = 53.82%

 GREEN value IS 14 (5.86% from 255) = 4.86%

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 53.82%
G = 4.86%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B0E77 (or 0x9B0E77) is known color: Eggplant. HEX triplet: 9B, 0E and 77. RGB value is (155,14,119). Sum of RGB (Red+Green+Blue) = 155+14+119=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0E77 is #64F188. Grayscale: #434343. Windows color (decimal): -6615433 or 7802523. OLE color: 7802523.

HSL color Cylindrical-coordinate representation of color #9B0E77: hue angle of 315.32º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E77 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 14 119 -
CMYK 0 0.91 0.23 0.39
HSL 315.32º 0.83% 0.33% -
HSV(B) 315.32º 0.91% 0.61% -
XYZ 17 8.61 18.22 -
YUV 68.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 155 14 119 0 0.91 0.23 0.39 315.32 0.83 0.33
Hex 9B E 77 0 5B 17 27 13B 53 21
Octal 233 16 167 0 133 27 47 473 123 41
Binary 10011011 1110 1110111 0 1011011 10111 100111 100111011 1010011 100001

Color Harmonies of #9B0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E77

Black with #9B0E77

Text Example


Text Example

White with #9B0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,14,119); }

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

background-color css

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

 a { background-color: rgb(155,14,119); }

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

border-color css

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

 span { border-color: rgb(155,14,119); }

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