Html Css Color HEX #96065E Eggplant

📋 copy color: '#96065E'

red 150 ◦ green 6 ◦ blue 94

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

Shades of Eggplant #96065E

Tints of Eggplant #96065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 60%
G = 2.4%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96065E (or 0x96065E) is known color: Eggplant. HEX triplet: 96, 06 and 5E. RGB value is (150,6,94). Sum of RGB (Red+Green+Blue) = 150+6+94=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96065E is #69F9A1. Grayscale: #3A3A3A. Windows color (decimal): -6945186 or 6162070. OLE color: 6162070.

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

Color convert

RGB 150 6 94 -
CMYK 0 0.96 0.37 0.41
HSL 323.33º 0.92% 0.31% -
HSV(B) 323.33º 0.96% 0.59% -
XYZ 14.66 7.42 11.25 -
YUV 59.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 150 6 94 0 0.96 0.37 0.41 323.33 0.92 0.31
Hex 96 6 5E 0 60 25 29 143 5C 1F
Octal 226 6 136 0 140 45 51 503 134 37
Binary 10010110 110 1011110 0 1100000 100101 101001 101000011 1011100 11111

Color Harmonies of #96065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96065E

Black with #96065E

Text Example


Text Example

White with #96065E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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