#9B0675

Color #9B0675 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #9B0675

Tints of Eggplant #9B0675

Color information

#9B0675 (or 0x9B0675) is unknown color: approx Eggplant. HEX triplet: 9B, 06 and 75. RGB value is (155,6,117). Sum of RGB (Red+Green+Blue) = 155+6+117=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0675 is #64F98A. Grayscale: #3E3E3E. Windows color (decimal): -6617483 or 7669403. OLE color: 7669403.

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

Color convert

RGB1556117-
CMYK00.960.250.39
HSL315.3º92.55%31.57%-
HSV(B)315.3º96.13%60.78%-
XYZ16.798.3817.56-
YUV63.2158.36193.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.76%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=55.76%
G=2.16%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155611700.960.250.39315.392.5531.57
Hex9B675060192713b5d20
Octal23361650140314747313540
Binary10011011110111010101100000110011001111001110111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,6,117); }

 H1.HeaderClassName
 {
   color: #9B0675;
 }
 .AnyTagClassName
 {
   color: #9B0675;
 }
</style>
background-color css

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

 a { background-color: rgb(155,6,117); }

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

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

 span { border-color: rgb(155,6,117); }

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