Html Css Color HEX #96036B Eggplant

📋 copy color: '#96036B'

red 150 ◦ green 3 ◦ blue 107

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

Shades of Eggplant #96036B

Tints of Eggplant #96036B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 57.69%
G = 1.15%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96036B (or 0x96036B) is known color: Eggplant. HEX triplet: 96, 03 and 6B. RGB value is (150,3,107). Sum of RGB (Red+Green+Blue) = 150+3+107=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96036B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96036B is #69FC94. Grayscale: #3A3A3A. Windows color (decimal): -6945941 or 7013270. OLE color: 7013270.

HSL color Cylindrical-coordinate representation of color #96036B: hue angle of 317.55º 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 #96036B is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 107 -
CMYK 0 0.98 0.29 0.41
HSL 317.55º 0.96% 0.3% -
HSV(B) 317.55º 0.98% 0.59% -
XYZ 15.26 7.61 14.57 -
YUV 58.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 150 3 107 0 0.98 0.29 0.41 317.55 0.96 0.3
Hex 96 3 6B 0 62 1D 29 13E 60 1E
Octal 226 3 153 0 142 35 51 476 140 36
Binary 10010110 11 1101011 0 1100010 11101 101001 100111110 1100000 11110

Color Harmonies of #96036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96036B

Black with #96036B

Text Example


Text Example

White with #96036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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