Html Css Color HEX #960275 Eggplant

📋 copy color: '#960275'

red 150 ◦ green 2 ◦ blue 117

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

Shades of Eggplant #960275

Tints of Eggplant #960275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 55.76%
G = 0.74%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#960275 (or 0x960275) is known color: Eggplant. HEX triplet: 96, 02 and 75. RGB value is (150,2,117). Sum of RGB (Red+Green+Blue) = 150+2+117=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #960275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960275 is #69FD8A. Grayscale: #3B3B3B. Windows color (decimal): -6946187 or 7668374. OLE color: 7668374.

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

Color convert

RGB 150 2 117 -
CMYK 0 0.99 0.22 0.41
HSL 313.38º 0.97% 0.3% -
HSV(B) 313.38º 0.99% 0.59% -
XYZ 15.81 7.81 17.5 -
YUV 59.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 150 2 117 0 0.99 0.22 0.41 313.38 0.97 0.3
Hex 96 2 75 0 63 16 29 139 61 1E
Octal 226 2 165 0 143 26 51 471 141 36
Binary 10010110 10 1110101 0 1100011 10110 101001 100111001 1100001 11110

Color Harmonies of #960275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960275

Black with #960275

Text Example


Text Example

White with #960275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960275; }

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

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

background-color css

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

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

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

border-color css

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

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

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