#9B066A

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

Shades of Eggplant #9B066A

Tints of Eggplant #9B066A

Color information

#9B066A (or 0x9B066A) is unknown color: approx Eggplant. HEX triplet: 9B, 06 and 6A. RGB value is (155,6,106). Sum of RGB (Red+Green+Blue) = 155+6+106=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B066A is #64F995. Grayscale: #3D3D3D. Windows color (decimal): -6617494 or 6948507. OLE color: 6948507.

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

Color convert

RGB1556106-
CMYK00.960.320.39
HSL319.73º92.55%31.57%-
HSV(B)319.73º96.13%60.78%-
XYZ16.188.1414.35-
YUV61.95152.86194.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=58.05%
G=2.25%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155610600.960.320.39319.7392.5531.57
Hex9B66A06020271405d20
Octal23361520140404750013540
Binary100110111101101010011000001000001001111010000001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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