Html Css Color HEX #9B0066 Eggplant

📋 copy color: '#9B0066'

red 155 ◦ green 0 ◦ blue 102

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

Shades of Eggplant #9B0066

Tints of Eggplant #9B0066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.69%

R = 60.31%
G = 0%
B = 39.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B0066 (or 0x9B0066) is known color: Eggplant. HEX triplet: 9B, 00 and 66. RGB value is (155,0,102). Sum of RGB (Red+Green+Blue) = 155+0+102=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0066 is #64FF99. Grayscale: #393939. Windows color (decimal): -6619034 or 6684827. OLE color: 6684827.

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

Color convert

RGB 155 0 102 -
CMYK 0 1 0.34 0.39
HSL 320.52º 1% 0.3% -
HSV(B) 320.52º 1% 0.61% -
XYZ 15.92 7.93 13.26 -
YUV 57.97 152.85 197.21 -
System Red Green Blue C M Y K H S L
Decimal 155 0 102 0 1 0.34 0.39 320.52 1 0.3
Hex 9B 0 66 0 64 22 27 141 64 1E
Octal 233 0 146 0 144 42 47 501 144 36
Binary 10011011 0 1100110 0 1100100 100010 100111 101000001 1100100 11110

Color Harmonies of #9B0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0066

Black with #9B0066

Text Example


Text Example

White with #9B0066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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