Html Css Color HEX #96085E Eggplant

📋 copy color: '#96085E'

red 150 ◦ green 8 ◦ blue 94

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

Shades of Eggplant #96085E

Tints of Eggplant #96085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 59.52%
G = 3.17%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96085E (or 0x96085E) is known color: Eggplant. HEX triplet: 96, 08 and 5E. RGB value is (150,8,94). Sum of RGB (Red+Green+Blue) = 150+8+94=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96085E is #69F7A1. Grayscale: #3C3C3C. Windows color (decimal): -6944674 or 6162582. OLE color: 6162582.

HSL color Cylindrical-coordinate representation of color #96085E: hue angle of 323.66º 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 #96085E is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 8 94 -
CMYK 0 0.95 0.37 0.41
HSL 323.66º 0.9% 0.31% -
HSV(B) 323.66º 0.95% 0.59% -
XYZ 14.68 7.47 11.26 -
YUV 60.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 150 8 94 0 0.95 0.37 0.41 323.66 0.9 0.31
Hex 96 8 5E 0 5F 25 29 144 5A 1F
Octal 226 10 136 0 137 45 51 504 132 37
Binary 10010110 1000 1011110 0 1011111 100101 101001 101000100 1011010 11111

Color Harmonies of #96085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96085E

Black with #96085E

Text Example


Text Example

White with #96085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96085E; }

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

 H1.HeaderClassName
 {
   color: #96085E;
 }
 .AnyTagClassName
 {
   color: #96085E;
 }
</style>

background-color css

<style>
 a { background-color: #96085E; }

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

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

border-color css

<style>
 span { border-color: #96085E; }

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

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