#9B0068

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

Shades of Eggplant #9B0068

Tints of Eggplant #9B0068

Color information

#9B0068 (or 0x9B0068) is unknown color: approx Eggplant. HEX triplet: 9B, 00 and 68. RGB value is (155,0,104). Sum of RGB (Red+Green+Blue) = 155+0+104=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0068 is #64FF97. Grayscale: #393939. Windows color (decimal): -6619032 or 6815899. OLE color: 6815899.

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

Color convert

RGB1550104-
CMYK010.330.39
HSL319.74º100%30.39%-
HSV(B)319.74º100%60.78%-
XYZ16.027.9713.79-
YUV58.2153.85197.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 40.15%
R=59.85%
G=0%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1550104010.330.39319.7410030.39
Hex9B0680642127140641e
Octal23301500144414750014436
Binary100110110110100001100100100001100111101000000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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