#9B067A

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

Shades of Eggplant #9B067A

Tints of Eggplant #9B067A

Color information

#9B067A (or 0x9B067A) is unknown color: approx Eggplant. HEX triplet: 9B, 06 and 7A. RGB value is (155,6,122). Sum of RGB (Red+Green+Blue) = 155+6+122=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B067A is #64F985. Grayscale: #3F3F3F. Windows color (decimal): -6617478 or 7997083. OLE color: 7997083.

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

Color convert

RGB1556122-
CMYK00.960.210.39
HSL313.29º92.55%31.57%-
HSV(B)313.29º96.13%60.78%-
XYZ17.18.519.15-
YUV63.78160.86193.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 6 (2.73% from 255) = 2.12%
BLUE value IS 122 (48.05% from 255) = 43.11%
R=54.77%
G=2.12%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155612200.960.210.39313.2992.5531.57
Hex9B67A06015271395d20
Octal23361720140254747113540
Binary10011011110111101001100000101011001111001110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,6,122); }

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

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

 a { background-color: rgb(155,6,122); }

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

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

 span { border-color: rgb(155,6,122); }

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