#9B006E

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

Shades of Eggplant #9B006E

Tints of Eggplant #9B006E

Color information

#9B006E (or 0x9B006E) is unknown color: approx Eggplant. HEX triplet: 9B, 00 and 6E. RGB value is (155,0,110). Sum of RGB (Red+Green+Blue) = 155+0+110=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B006E is #64FF91. Grayscale: #3A3A3A. Windows color (decimal): -6619026 or 7209115. OLE color: 7209115.

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

Color convert

RGB1550110-
CMYK010.290.39
HSL317.42º100%30.39%-
HSV(B)317.42º100%60.78%-
XYZ16.338.0915.45-
YUV58.88156.85196.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=58.49%
G=0%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1550110010.290.39317.4210030.39
Hex9B06E0641D2713d641e
Octal23301560144354747514436
Binary10011011011011100110010011101100111100111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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