#9F0B6B

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

Shades of Eggplant #9F0B6B

Tints of Eggplant #9F0B6B

Color information

#9F0B6B (or 0x9F0B6B) is unknown color: approx Eggplant. HEX triplet: 9F, 0B and 6B. RGB value is (159,11,107). Sum of RGB (Red+Green+Blue) = 159+11+107=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0B6B is #60F494. Grayscale: #414141. Windows color (decimal): -6354069 or 7015327. OLE color: 7015327.

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

Color convert

RGB15911107-
CMYK00.930.330.38
HSL321.08º87.06%33.33%-
HSV(B)321.08º93.08%62.35%-
XYZ17.078.6714.68-
YUV66.2151.03194.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.40%
GREEN value IS 11 (4.69% from 255) = 3.97%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=57.40%
G=3.97%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591110700.930.330.38321.0887.0633.33
Hex9FB6B05D21261415721
Octal237131530135414650112741
Binary1001111110111101011010111011000011001101010000011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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