Html Css Color HEX #960259 Eggplant

📋 copy color: '#960259'

red 150 ◦ green 2 ◦ blue 89

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

Shades of Eggplant #960259

Tints of Eggplant #960259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 62.24%
G = 0.83%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#960259 (or 0x960259) is known color: Eggplant. HEX triplet: 96, 02 and 59. RGB value is (150,2,89). Sum of RGB (Red+Green+Blue) = 150+2+89=241 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.24% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 150 - color contains mainly: red. Hex color #960259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960259 is #69FDA6. Grayscale: #373737. Windows color (decimal): -6946215 or 5833366. OLE color: 5833366.

HSL color Cylindrical-coordinate representation of color #960259: hue angle of 324.73º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960259 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 89 -
CMYK 0 0.99 0.41 0.41
HSL 324.73º 0.97% 0.3% -
HSV(B) 324.73º 0.99% 0.59% -
XYZ 14.4 7.25 10.09 -
YUV 56.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 150 2 89 0 0.99 0.41 0.41 324.73 0.97 0.3
Hex 96 2 59 0 63 29 29 145 61 1E
Octal 226 2 131 0 143 51 51 505 141 36
Binary 10010110 10 1011001 0 1100011 101001 101001 101000101 1100001 11110

Color Harmonies of #960259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960259

Black with #960259

Text Example


Text Example

White with #960259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960259; }

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

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

background-color css

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

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

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

border-color css

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

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

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