#96067B

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

Shades of Eggplant #96067B

Tints of Eggplant #96067B

Color information

#96067B (or 0x96067B) is unknown color: approx Eggplant. HEX triplet: 96, 06 and 7B. RGB value is (150,6,123). Sum of RGB (Red+Green+Blue) = 150+6+123=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96067B is #69F984. Grayscale: #3E3E3E. Windows color (decimal): -6945157 or 8062614. OLE color: 8062614.

HSL color Cylindrical-coordinate representation of color #96067B: hue angle of 311.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96067B is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB1506123-
CMYK00.960.180.41
HSL311.25º92.31%30.59%-
HSV(B)311.25º96%58.82%-
XYZ16.228.0419.44-
YUV62.39162.21190.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 6 (2.73% from 255) = 2.15%
BLUE value IS 123 (48.44% from 255) = 44.09%
R=53.76%
G=2.15%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150612300.960.180.41311.2592.3130.59
Hex9667B06012291375c1f
Octal22661730140225146713437
Binary1001011011011110110110000010010101001100110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96067B; }

 p { color: rgb(150,6,123); }

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

<style>
 a { background-color: #96067B; }

 a { background-color: rgb(150,6,123); }

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

<style>
 span { border-color: #96067B; }

 span { border-color: rgb(150,6,123); }

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