Html Css Color HEX #9B0966 Eggplant

📋 copy color: '#9B0966'

red 155 ◦ green 9 ◦ blue 102

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

Shades of Eggplant #9B0966

Tints of Eggplant #9B0966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 58.27%
G = 3.38%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B0966 (or 0x9B0966) is known color: Eggplant. HEX triplet: 9B, 09 and 66. RGB value is (155,9,102). Sum of RGB (Red+Green+Blue) = 155+9+102=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0966 is #64F699. Grayscale: #3F3F3F. Windows color (decimal): -6616730 or 6687131. OLE color: 6687131.

HSL color Cylindrical-coordinate representation of color #9B0966: hue angle of 321.78º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B0966 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 9 102 -
CMYK 0 0.94 0.34 0.39
HSL 321.78º 0.89% 0.32% -
HSV(B) 321.78º 0.94% 0.61% -
XYZ 16.01 8.12 13.29 -
YUV 63.26 149.87 193.44 -
System Red Green Blue C M Y K H S L
Decimal 155 9 102 0 0.94 0.34 0.39 321.78 0.89 0.32
Hex 9B 9 66 0 5E 22 27 142 59 20
Octal 233 11 146 0 136 42 47 502 131 40
Binary 10011011 1001 1100110 0 1011110 100010 100111 101000010 1011001 100000

Color Harmonies of #9B0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0966

Black with #9B0966

Text Example


Text Example

White with #9B0966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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