#9f0b6c

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

Shades of Eggplant #9F0B6C

Tints of Eggplant #9F0B6C

Color information

#9F0B6C (or 0x9F0B6C) is unknown color: approx Eggplant. HEX triplet: 9F, 0B and 6C. RGB value is (159,11,108). Sum of RGB (Red+Green+Blue) = 159+11+108=278 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.19% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B6C is #60F493. Grayscale: #424242. Windows color (decimal): -6354068 or 7080863. OLE color: 7080863.

HSL color Cylindrical-coordinate representation of color #9F0B6C: hue angle of 320.68º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F0B6C is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15911108-
CMYK00.930.320.38
HSL320.68º87.06%33.33%-
HSV(B)320.68º93.08%62.35%-
XYZ17.128.6914.96-
YUV66.31151.53194.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.19%
GREEN value IS 11 (4.69% from 255) = 3.96%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=57.19%
G=3.96%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591110800.930.320.38320.6887.0633.33
Hex9FB6C05D20261415721
Octal237131540135404650112741
Binary1001111110111101100010111011000001001101010000011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f0b6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,11,108); }

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

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

 a { background-color: rgb(159,11,108); }

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

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

 span { border-color: rgb(159,11,108); }

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