#9B0C68

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

Shades of Eggplant #9B0C68

Tints of Eggplant #9B0C68

Color information

#9B0C68 (or 0x9B0C68) is unknown color: approx Eggplant. HEX triplet: 9B, 0C and 68. RGB value is (155,12,104). Sum of RGB (Red+Green+Blue) = 155+12+104=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0C68 is #64F397. Grayscale: #414141. Windows color (decimal): -6615960 or 6818971. OLE color: 6818971.

HSL color Cylindrical-coordinate representation of color #9B0C68: hue angle of 321.4º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C68 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15512104-
CMYK00.920.330.39
HSL321.4º85.63%32.75%-
HSV(B)321.4º92.26%60.78%-
XYZ16.158.2313.83-
YUV65.24149.88192.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.20%
GREEN value IS 12 (5.08% from 255) = 4.43%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=57.20%
G=4.43%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551210400.920.330.39321.485.6332.75
Hex9BC6805C21271415621
Octal233141500134414750112641
Binary1001101111001101000010111001000011001111010000011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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