Html Css Color HEX #960671 Eggplant

📋 copy color: '#960671'

red 150 ◦ green 6 ◦ blue 113

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

Shades of Eggplant #960671

Tints of Eggplant #960671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.01%

R = 55.76%
G = 2.23%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#960671 (or 0x960671) is known color: Eggplant. HEX triplet: 96, 06 and 71. RGB value is (150,6,113). Sum of RGB (Red+Green+Blue) = 150+6+113=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #960671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960671 is #69F98E. Grayscale: #3C3C3C. Windows color (decimal): -6945167 or 7407254. OLE color: 7407254.

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

Color convert

RGB 150 6 113 -
CMYK 0 0.96 0.25 0.41
HSL 315.42º 0.92% 0.31% -
HSV(B) 315.42º 0.96% 0.59% -
XYZ 15.62 7.81 16.31 -
YUV 61.25 157.21 191.3 -
System Red Green Blue C M Y K H S L
Decimal 150 6 113 0 0.96 0.25 0.41 315.42 0.92 0.31
Hex 96 6 71 0 60 19 29 13B 5C 1F
Octal 226 6 161 0 140 31 51 473 134 37
Binary 10010110 110 1110001 0 1100000 11001 101001 100111011 1011100 11111

Color Harmonies of #960671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960671

Black with #960671

Text Example


Text Example

White with #960671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960671; }

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

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

background-color css

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

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

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

border-color css

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

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

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