Html Css Color HEX #96087A Eggplant

📋 copy color: '#96087A'

red 150 ◦ green 8 ◦ blue 122

#96087A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #96087A

Tints of Eggplant #96087A

RGB

 RED value IS 150 (58.98% from 255) = 53.57%

 GREEN value IS 8 (3.52% from 255) = 2.86%

 BLUE value IS 122 (48.05% from 255) = 43.57%

R = 53.57%
G = 2.86%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96087A (or 0x96087A) is known color: Eggplant. HEX triplet: 96, 08 and 7A. RGB value is (150,8,122). Sum of RGB (Red+Green+Blue) = 150+8+122=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96087A is #69F785. Grayscale: #3F3F3F. Windows color (decimal): -6944646 or 7997590. OLE color: 7997590.

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

Color convert

RGB 150 8 122 -
CMYK 0 0.95 0.19 0.41
HSL 311.83º 0.9% 0.31% -
HSV(B) 311.83º 0.95% 0.59% -
XYZ 16.18 8.06 19.12 -
YUV 63.45 161.04 189.73 -
System Red Green Blue C M Y K H S L
Decimal 150 8 122 0 0.95 0.19 0.41 311.83 0.9 0.31
Hex 96 8 7A 0 5F 13 29 138 5A 1F
Octal 226 10 172 0 137 23 51 470 132 37
Binary 10010110 1000 1111010 0 1011111 10011 101001 100111000 1011010 11111

Color Harmonies of #96087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96087A

Black with #96087A

Text Example


Text Example

White with #96087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96087A;
 }
 .AnyTagClassName
 {
   color: #96087A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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