Html Css Color HEX #96146D Eggplant

📋 copy color: '#96146D'

red 150 ◦ green 20 ◦ blue 109

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

Shades of Eggplant #96146D

Tints of Eggplant #96146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

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

R = 53.76%
G = 7.17%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96146D (or 0x96146D) is known color: Eggplant. HEX triplet: 96, 14 and 6D. RGB value is (150,20,109). Sum of RGB (Red+Green+Blue) = 150+20+109=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96146D is #69EB92. Grayscale: #444444. Windows color (decimal): -6941587 or 7148694. OLE color: 7148694.

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

Color convert

RGB 150 20 109 -
CMYK 0 0.87 0.27 0.41
HSL 318.92º 0.76% 0.33% -
HSV(B) 318.92º 0.87% 0.59% -
XYZ 15.59 8.09 15.21 -
YUV 69.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 150 20 109 0 0.87 0.27 0.41 318.92 0.76 0.33
Hex 96 14 6D 0 57 1B 29 13F 4C 21
Octal 226 24 155 0 127 33 51 477 114 41
Binary 10010110 10100 1101101 0 1010111 11011 101001 100111111 1001100 100001

Color Harmonies of #96146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96146D

Black with #96146D

Text Example


Text Example

White with #96146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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