Html Css Color HEX #960C80 Dark Magenta

📋 copy color: '#960C80'

red 150 ◦ green 12 ◦ blue 128

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

Shades of Dark Magenta #960C80

Tints of Dark Magenta #960C80

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.14%

 BLUE value IS 128 (50.39% from 255) = 44.14%

R = 51.72%
G = 4.14%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#960C80 (or 0x960C80) is known color: Dark Magenta. HEX triplet: 96, 0C and 80. RGB value is (150,12,128). Sum of RGB (Red+Green+Blue) = 150+12+128=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #960C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960C80 is #69F37F. Grayscale: #424242. Windows color (decimal): -6943616 or 8391830. OLE color: 8391830.

HSL color Cylindrical-coordinate representation of color #960C80: hue angle of 309.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960C80 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 12 128 -
CMYK 0 0.92 0.15 0.41
HSL 309.57º 0.85% 0.32% -
HSV(B) 309.57º 0.92% 0.59% -
XYZ 16.61 8.31 21.15 -
YUV 66.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 150 12 128 0 0.92 0.15 0.41 309.57 0.85 0.32
Hex 96 C 80 0 5C F 29 136 55 20
Octal 226 14 200 0 134 17 51 466 125 40
Binary 10010110 1100 10000000 0 1011100 1111 101001 100110110 1010101 100000

Color Harmonies of #960C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960C80

Black with #960C80

Text Example


Text Example

White with #960C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960C80; }

 p { color: rgb(150,12,128); }

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

background-color css

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

 a { background-color: rgb(150,12,128); }

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

border-color css

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

 span { border-color: rgb(150,12,128); }

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