Html Css Color HEX #96046D Eggplant

📋 copy color: '#96046D'

red 150 ◦ green 4 ◦ blue 109

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

Shades of Eggplant #96046D

Tints of Eggplant #96046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 109 (42.97% from 255) = 41.44%

R = 57.03%
G = 1.52%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96046D (or 0x96046D) is known color: Eggplant. HEX triplet: 96, 04 and 6D. RGB value is (150,4,109). Sum of RGB (Red+Green+Blue) = 150+4+109=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96046D is #69FB92. Grayscale: #3B3B3B. Windows color (decimal): -6945683 or 7144598. OLE color: 7144598.

HSL color Cylindrical-coordinate representation of color #96046D: hue angle of 316.85º 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 #96046D is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 109 -
CMYK 0 0.97 0.27 0.41
HSL 316.85º 0.95% 0.3% -
HSV(B) 316.85º 0.97% 0.59% -
XYZ 15.38 7.67 15.14 -
YUV 59.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 150 4 109 0 0.97 0.27 0.41 316.85 0.95 0.3
Hex 96 4 6D 0 61 1B 29 13D 5F 1E
Octal 226 4 155 0 141 33 51 475 137 36
Binary 10010110 100 1101101 0 1100001 11011 101001 100111101 1011111 11110

Color Harmonies of #96046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96046D

Black with #96046D

Text Example


Text Example

White with #96046D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96046D; }

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

 H1.HeaderClassName
 {
   color: #96046D;
 }
 .AnyTagClassName
 {
   color: #96046D;
 }
</style>

background-color css

<style>
 a { background-color: #96046D; }

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

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

border-color css

<style>
 span { border-color: #96046D; }

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

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