#9B086D

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

Shades of Eggplant #9B086D

Tints of Eggplant #9B086D

Color information

#9B086D (or 0x9B086D) is unknown color: approx Eggplant. HEX triplet: 9B, 08 and 6D. RGB value is (155,8,109). Sum of RGB (Red+Green+Blue) = 155+8+109=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B086D is #64F792. Grayscale: #3F3F3F. Windows color (decimal): -6616979 or 7145627. OLE color: 7145627.

HSL color Cylindrical-coordinate representation of color #9B086D: hue angle of 318.78º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B086D is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB1558109-
CMYK00.950.300.39
HSL318.78º90.18%31.96%-
HSV(B)318.78º94.84%60.78%-
XYZ16.368.2515.2-
YUV63.47153.7193.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.99%
GREEN value IS 8 (3.52% from 255) = 2.94%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=56.99%
G=2.94%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155810900.950.300.39318.7890.1831.96
Hex9B86D05F1E2713f5a20
Octal233101550137364747713240
Binary100110111000110110101011111111101001111001111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,8,109); }

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

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

 a { background-color: rgb(155,8,109); }

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

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

 span { border-color: rgb(155,8,109); }

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