Html Css Color HEX #960676 Eggplant

📋 copy color: '#960676'

red 150 ◦ green 6 ◦ blue 118

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

Shades of Eggplant #960676

Tints of Eggplant #960676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 54.74%
G = 2.19%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#960676 (or 0x960676) is known color: Eggplant. HEX triplet: 96, 06 and 76. RGB value is (150,6,118). Sum of RGB (Red+Green+Blue) = 150+6+118=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #960676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960676 is #69F989. Grayscale: #3D3D3D. Windows color (decimal): -6945162 or 7734934. OLE color: 7734934.

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

Color convert

RGB 150 6 118 -
CMYK 0 0.96 0.21 0.41
HSL 313.33º 0.92% 0.31% -
HSV(B) 313.33º 0.96% 0.59% -
XYZ 15.91 7.92 17.83 -
YUV 61.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 150 6 118 0 0.96 0.21 0.41 313.33 0.92 0.31
Hex 96 6 76 0 60 15 29 139 5C 1F
Octal 226 6 166 0 140 25 51 471 134 37
Binary 10010110 110 1110110 0 1100000 10101 101001 100111001 1011100 11111

Color Harmonies of #960676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960676

Black with #960676

Text Example


Text Example

White with #960676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960676; }

 p { color: rgb(150,6,118); }

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

background-color css

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

 a { background-color: rgb(150,6,118); }

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

border-color css

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

 span { border-color: rgb(150,6,118); }

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