#96007A

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

Shades of Eggplant #96007A

Tints of Eggplant #96007A

Color information

#96007A (or 0x96007A) is unknown color: approx Eggplant. HEX triplet: 96, 00 and 7A. RGB value is (150,0,122). Sum of RGB (Red+Green+Blue) = 150+0+122=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #96007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96007A is #69FF85. Grayscale: #3A3A3A. Windows color (decimal): -6946694 or 7995542. OLE color: 7995542.

HSL color Cylindrical-coordinate representation of color #96007A: hue angle of 311.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96007A is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB1500122-
CMYK010.190.41
HSL311.2º100%29.41%-
HSV(B)311.2º100%58.82%-
XYZ16.097.8919.09-
YUV58.76163.7193.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=55.15%
G=0%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1500122010.190.41311.210029.41
Hex9607A0641329137641d
Octal22601720144235146714435
Binary10010110011110100110010010011101001100110111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96007A; }

 p { color: rgb(150,0,122); }

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

<style>
 a { background-color: #96007A; }

 a { background-color: rgb(150,0,122); }

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

<style>
 span { border-color: #96007A; }

 span { border-color: rgb(150,0,122); }

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