Html Css Color HEX #960660 Eggplant

📋 copy color: '#960660'

red 150 ◦ green 6 ◦ blue 96

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

Shades of Eggplant #960660

Tints of Eggplant #960660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.1%

R = 59.52%
G = 2.38%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#960660 (or 0x960660) is known color: Eggplant. HEX triplet: 96, 06 and 60. RGB value is (150,6,96). Sum of RGB (Red+Green+Blue) = 150+6+96=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #960660 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960660 is #69F99F. Grayscale: #3B3B3B. Windows color (decimal): -6945184 or 6293142. OLE color: 6293142.

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

Color convert

RGB 150 6 96 -
CMYK 0 0.96 0.36 0.41
HSL 322.5º 0.92% 0.31% -
HSV(B) 322.5º 0.96% 0.59% -
XYZ 14.75 7.46 11.73 -
YUV 59.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 150 6 96 0 0.96 0.36 0.41 322.5 0.92 0.31
Hex 96 6 60 0 60 24 29 142 5C 1F
Octal 226 6 140 0 140 44 51 502 134 37
Binary 10010110 110 1100000 0 1100000 100100 101001 101000010 1011100 11111

Color Harmonies of #960660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960660

Black with #960660

Text Example


Text Example

White with #960660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960660; }

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

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

background-color css

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

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

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

border-color css

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

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

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