Html Css Color HEX #9B0E79 Eggplant

📋 copy color: '#9B0E79'

red 155 ◦ green 14 ◦ blue 121

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

Shades of Eggplant #9B0E79

Tints of Eggplant #9B0E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.72%

R = 53.45%
G = 4.83%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B0E79 (or 0x9B0E79) is known color: Eggplant. HEX triplet: 9B, 0E and 79. RGB value is (155,14,121). Sum of RGB (Red+Green+Blue) = 155+14+121=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0E79 is #64F186. Grayscale: #444444. Windows color (decimal): -6615431 or 7933595. OLE color: 7933595.

HSL color Cylindrical-coordinate representation of color #9B0E79: hue angle of 314.47º 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 #9B0E79 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 14 121 -
CMYK 0 0.91 0.22 0.39
HSL 314.47º 0.83% 0.33% -
HSV(B) 314.47º 0.91% 0.61% -
XYZ 17.13 8.66 18.86 -
YUV 68.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 155 14 121 0 0.91 0.22 0.39 314.47 0.83 0.33
Hex 9B E 79 0 5B 16 27 13A 53 21
Octal 233 16 171 0 133 26 47 472 123 41
Binary 10011011 1110 1111001 0 1011011 10110 100111 100111010 1010011 100001

Color Harmonies of #9B0E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0E79

Black with #9B0E79

Text Example


Text Example

White with #9B0E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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