#9B006F

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

Shades of Eggplant #9B006F

Tints of Eggplant #9B006F

Color information

#9B006F (or 0x9B006F) is unknown color: approx Eggplant. HEX triplet: 9B, 00 and 6F. RGB value is (155,0,111). Sum of RGB (Red+Green+Blue) = 155+0+111=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B006F is #64FF90. Grayscale: #3A3A3A. Windows color (decimal): -6619025 or 7274651. OLE color: 7274651.

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

Color convert

RGB1550111-
CMYK010.280.39
HSL317.03º100%30.39%-
HSV(B)317.03º100%60.78%-
XYZ16.398.1215.74-
YUV59157.35196.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=58.27%
G=0%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1550111010.280.39317.0310030.39
Hex9B06F0641C2713d641e
Octal23301570144344747514436
Binary10011011011011110110010011100100111100111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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