Html Css Color HEX #960460 Eggplant

📋 copy color: '#960460'

red 150 ◦ green 4 ◦ blue 96

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

Shades of Eggplant #960460

Tints of Eggplant #960460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.6%

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

R = 60%
G = 1.6%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#960460 (or 0x960460) is known color: Eggplant. HEX triplet: 96, 04 and 60. RGB value is (150,4,96). Sum of RGB (Red+Green+Blue) = 150+4+96=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #960460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960460 is #69FB9F. Grayscale: #393939. Windows color (decimal): -6945696 or 6292630. OLE color: 6292630.

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

Color convert

RGB 150 4 96 -
CMYK 0 0.97 0.36 0.41
HSL 322.19º 0.95% 0.3% -
HSV(B) 322.19º 0.97% 0.59% -
XYZ 14.73 7.42 11.72 -
YUV 58.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 150 4 96 0 0.97 0.36 0.41 322.19 0.95 0.3
Hex 96 4 60 0 61 24 29 142 5F 1E
Octal 226 4 140 0 141 44 51 502 137 36
Binary 10010110 100 1100000 0 1100001 100100 101001 101000010 1011111 11110

Color Harmonies of #960460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960460

Black with #960460

Text Example


Text Example

White with #960460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960460; }

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

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

background-color css

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

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

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

border-color css

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

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

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