Html Css Color HEX #960172 Eggplant

📋 copy color: '#960172'

red 150 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #960172

Tints of Eggplant #960172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 114 (44.92% from 255) = 43.02%

R = 56.6%
G = 0.38%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#960172 (or 0x960172) is known color: Eggplant. HEX triplet: 96, 01 and 72. RGB value is (150,1,114). Sum of RGB (Red+Green+Blue) = 150+1+114=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #960172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960172 is #69FE8D. Grayscale: #3A3A3A. Windows color (decimal): -6946446 or 7471510. OLE color: 7471510.

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

Color convert

RGB 150 1 114 -
CMYK 0 0.99 0.24 0.41
HSL 314.5º 0.99% 0.3% -
HSV(B) 314.5º 0.99% 0.59% -
XYZ 15.63 7.72 16.59 -
YUV 58.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 150 1 114 0 0.99 0.24 0.41 314.5 0.99 0.3
Hex 96 1 72 0 63 18 29 13A 63 1E
Octal 226 1 162 0 143 30 51 472 143 36
Binary 10010110 1 1110010 0 1100011 11000 101001 100111010 1100011 11110

Color Harmonies of #960172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960172

Black with #960172

Text Example


Text Example

White with #960172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960172; }

 p { color: rgb(150,1,114); }

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

background-color css

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

 a { background-color: rgb(150,1,114); }

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

border-color css

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

 span { border-color: rgb(150,1,114); }

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