Html Css Color HEX #9B0059 Eggplant

📋 copy color: '#9B0059'

red 155 ◦ green 0 ◦ blue 89

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

Shades of Eggplant #9B0059

Tints of Eggplant #9B0059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 63.52%
G = 0%
B = 36.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B0059 (or 0x9B0059) is known color: Eggplant. HEX triplet: 9B, 00 and 59. RGB value is (155,0,89). Sum of RGB (Red+Green+Blue) = 155+0+89=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0059 is #64FFA6. Grayscale: #383838. Windows color (decimal): -6619047 or 5832859. OLE color: 5832859.

HSL color Cylindrical-coordinate representation of color #9B0059: hue angle of 325.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0059 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 89 -
CMYK 0 1 0.43 0.39
HSL 325.55º 1% 0.3% -
HSV(B) 325.55º 1% 0.61% -
XYZ 15.32 7.69 10.13 -
YUV 56.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 155 0 89 0 1 0.43 0.39 325.55 1 0.3
Hex 9B 0 59 0 64 2B 27 146 64 1E
Octal 233 0 131 0 144 53 47 506 144 36
Binary 10011011 0 1011001 0 1100100 101011 100111 101000110 1100100 11110

Color Harmonies of #9B0059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0059

Black with #9B0059

Text Example


Text Example

White with #9B0059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,89); }

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

background-color css

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

 a { background-color: rgb(155,0,89); }

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

border-color css

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

 span { border-color: rgb(155,0,89); }

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