Html Css Color HEX #960377 Eggplant

📋 copy color: '#960377'

red 150 ◦ green 3 ◦ blue 119

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

Shades of Eggplant #960377

Tints of Eggplant #960377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.75%

R = 55.15%
G = 1.1%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#960377 (or 0x960377) is known color: Eggplant. HEX triplet: 96, 03 and 77. RGB value is (150,3,119). Sum of RGB (Red+Green+Blue) = 150+3+119=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #960377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960377 is #69FC88. Grayscale: #3B3B3B. Windows color (decimal): -6945929 or 7799702. OLE color: 7799702.

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

Color convert

RGB 150 3 119 -
CMYK 0 0.98 0.21 0.41
HSL 312.65º 0.96% 0.3% -
HSV(B) 312.65º 0.98% 0.59% -
XYZ 15.94 7.88 18.13 -
YUV 60.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 150 3 119 0 0.98 0.21 0.41 312.65 0.96 0.3
Hex 96 3 77 0 62 15 29 139 60 1E
Octal 226 3 167 0 142 25 51 471 140 36
Binary 10010110 11 1110111 0 1100010 10101 101001 100111001 1100000 11110

Color Harmonies of #960377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960377

Black with #960377

Text Example


Text Example

White with #960377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960377; }

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

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

background-color css

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

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

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

border-color css

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

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

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