Html Css Color HEX #960772 Eggplant

📋 copy color: '#960772'

red 150 ◦ green 7 ◦ blue 114

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

Shades of Eggplant #960772

Tints of Eggplant #960772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 55.35%
G = 2.58%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#960772 (or 0x960772) is known color: Eggplant. HEX triplet: 96, 07 and 72. RGB value is (150,7,114). Sum of RGB (Red+Green+Blue) = 150+7+114=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #960772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960772 is #69F88D. Grayscale: #3D3D3D. Windows color (decimal): -6944910 or 7473046. OLE color: 7473046.

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

Color convert

RGB 150 7 114 -
CMYK 0 0.95 0.24 0.41
HSL 315.1º 0.91% 0.31% -
HSV(B) 315.1º 0.95% 0.59% -
XYZ 15.69 7.85 16.61 -
YUV 61.96 157.38 190.8 -
System Red Green Blue C M Y K H S L
Decimal 150 7 114 0 0.95 0.24 0.41 315.1 0.91 0.31
Hex 96 7 72 0 5F 18 29 13B 5B 1F
Octal 226 7 162 0 137 30 51 473 133 37
Binary 10010110 111 1110010 0 1011111 11000 101001 100111011 1011011 11111

Color Harmonies of #960772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960772

Black with #960772

Text Example


Text Example

White with #960772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960772; }

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

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

background-color css

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

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

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

border-color css

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

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

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