#9B006B

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

Shades of Eggplant #9B006B

Tints of Eggplant #9B006B

Color information

#9B006B (or 0x9B006B) is unknown color: approx Eggplant. HEX triplet: 9B, 00 and 6B. RGB value is (155,0,107). Sum of RGB (Red+Green+Blue) = 155+0+107=262 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.16% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 155 - color contains mainly: red. Hex color #9B006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B006B is #64FF94. Grayscale: #3A3A3A. Windows color (decimal): -6619029 or 7012507. OLE color: 7012507.

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

Color convert

RGB1550107-
CMYK010.310.39
HSL318.58º100%30.39%-
HSV(B)318.58º100%60.78%-
XYZ16.178.0314.61-
YUV58.54155.35196.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=59.16%
G=0%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1550107010.310.39318.5810030.39
Hex9B06B0641F2713f641e
Octal23301530144374747714436
Binary10011011011010110110010011111100111100111111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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