Html Css Color HEX #960659 Eggplant

📋 copy color: '#960659'

red 150 ◦ green 6 ◦ blue 89

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

Shades of Eggplant #960659

Tints of Eggplant #960659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 61.22%
G = 2.45%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#960659 (or 0x960659) is known color: Eggplant. HEX triplet: 96, 06 and 59. RGB value is (150,6,89). Sum of RGB (Red+Green+Blue) = 150+6+89=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #960659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960659 is #69F9A6. Grayscale: #3A3A3A. Windows color (decimal): -6945191 or 5834390. OLE color: 5834390.

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

Color convert

RGB 150 6 89 -
CMYK 0 0.96 0.41 0.41
HSL 325.42º 0.92% 0.31% -
HSV(B) 325.42º 0.96% 0.59% -
XYZ 14.45 7.34 10.11 -
YUV 58.52 145.21 193.25 -
System Red Green Blue C M Y K H S L
Decimal 150 6 89 0 0.96 0.41 0.41 325.42 0.92 0.31
Hex 96 6 59 0 60 29 29 145 5C 1F
Octal 226 6 131 0 140 51 51 505 134 37
Binary 10010110 110 1011001 0 1100000 101001 101001 101000101 1011100 11111

Color Harmonies of #960659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960659

Black with #960659

Text Example


Text Example

White with #960659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960659; }

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

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

background-color css

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

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

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

border-color css

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

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

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