Html Css Color HEX #960280 Dark Magenta

📋 copy color: '#960280'

red 150 ◦ green 2 ◦ blue 128

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

Shades of Dark Magenta #960280

Tints of Dark Magenta #960280

RGB

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

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

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

R = 53.57%
G = 0.71%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#960280 (or 0x960280) is known color: Dark Magenta. HEX triplet: 96, 02 and 80. RGB value is (150,2,128). Sum of RGB (Red+Green+Blue) = 150+2+128=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #960280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960280 is #69FD7F. Grayscale: #3C3C3C. Windows color (decimal): -6946176 or 8389270. OLE color: 8389270.

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

Color convert

RGB 150 2 128 -
CMYK 0 0.99 0.15 0.41
HSL 308.92º 0.97% 0.3% -
HSV(B) 308.92º 0.99% 0.59% -
XYZ 16.5 8.09 21.11 -
YUV 60.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 150 2 128 0 0.99 0.15 0.41 308.92 0.97 0.3
Hex 96 2 80 0 63 F 29 135 61 1E
Octal 226 2 200 0 143 17 51 465 141 36
Binary 10010110 10 10000000 0 1100011 1111 101001 100110101 1100001 11110

Color Harmonies of #960280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960280

Black with #960280

Text Example


Text Example

White with #960280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960280; }

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

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

background-color css

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

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

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

border-color css

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

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

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