Html Css Color HEX #96116D Eggplant

📋 copy color: '#96116D'

red 150 ◦ green 17 ◦ blue 109

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

Shades of Eggplant #96116D

Tints of Eggplant #96116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

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

R = 54.35%
G = 6.16%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96116D (or 0x96116D) is known color: Eggplant. HEX triplet: 96, 11 and 6D. RGB value is (150,17,109). Sum of RGB (Red+Green+Blue) = 150+17+109=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96116D is #69EE92. Grayscale: #434343. Windows color (decimal): -6942355 or 7147926. OLE color: 7147926.

HSL color Cylindrical-coordinate representation of color #96116D: hue angle of 318.5º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96116D is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 109 -
CMYK 0 0.89 0.27 0.41
HSL 318.5º 0.8% 0.33% -
HSV(B) 318.5º 0.89% 0.59% -
XYZ 15.54 7.99 15.19 -
YUV 67.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 150 17 109 0 0.89 0.27 0.41 318.5 0.8 0.33
Hex 96 11 6D 0 59 1B 29 13E 50 21
Octal 226 21 155 0 131 33 51 476 120 41
Binary 10010110 10001 1101101 0 1011001 11011 101001 100111110 1010000 100001

Color Harmonies of #96116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96116D

Black with #96116D

Text Example


Text Example

White with #96116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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