#96047B

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

Shades of Eggplant #96047B

Tints of Eggplant #96047B

Color information

#96047B (or 0x96047B) is unknown color: approx Eggplant. HEX triplet: 96, 04 and 7B. RGB value is (150,4,123). Sum of RGB (Red+Green+Blue) = 150+4+123=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96047B is #69FB84. Grayscale: #3C3C3C. Windows color (decimal): -6945669 or 8062102. OLE color: 8062102.

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

Color convert

RGB1504123-
CMYK00.970.180.41
HSL311.1º94.81%30.2%-
HSV(B)311.1º97.33%58.82%-
XYZ16.2819.43-
YUV61.22162.87191.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=54.15%
G=1.44%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150412300.970.180.41311.194.8130.2
Hex9647B06112291375f1e
Octal22641730141225146713736
Binary1001011010011110110110000110010101001100110111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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