Html Css Color HEX #96036F Eggplant

📋 copy color: '#96036F'

red 150 ◦ green 3 ◦ blue 111

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

Shades of Eggplant #96036F

Tints of Eggplant #96036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 56.82%
G = 1.14%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96036F (or 0x96036F) is known color: Eggplant. HEX triplet: 96, 03 and 6F. RGB value is (150,3,111). Sum of RGB (Red+Green+Blue) = 150+3+111=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96036F is #69FC90. Grayscale: #3A3A3A. Windows color (decimal): -6945937 or 7275414. OLE color: 7275414.

HSL color Cylindrical-coordinate representation of color #96036F: hue angle of 315.92º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96036F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 111 -
CMYK 0 0.98 0.26 0.41
HSL 315.92º 0.96% 0.3% -
HSV(B) 315.92º 0.98% 0.59% -
XYZ 15.48 7.7 15.71 -
YUV 59.27 157.2 192.72 -
System Red Green Blue C M Y K H S L
Decimal 150 3 111 0 0.98 0.26 0.41 315.92 0.96 0.3
Hex 96 3 6F 0 62 1A 29 13C 60 1E
Octal 226 3 157 0 142 32 51 474 140 36
Binary 10010110 11 1101111 0 1100010 11010 101001 100111100 1100000 11110

Color Harmonies of #96036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96036F

Black with #96036F

Text Example


Text Example

White with #96036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96036F; }

 p { color: rgb(150,3,111); }

 H1.HeaderClassName
 {
   color: #96036F;
 }
 .AnyTagClassName
 {
   color: #96036F;
 }
</style>

background-color css

<style>
 a { background-color: #96036F; }

 a { background-color: rgb(150,3,111); }

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

border-color css

<style>
 span { border-color: #96036F; }

 span { border-color: rgb(150,3,111); }

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