Html Css Color HEX #960481 Dark Magenta

📋 copy color: '#960481'

red 150 ◦ green 4 ◦ blue 129

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

Shades of Dark Magenta #960481

Tints of Dark Magenta #960481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 53%
G = 1.41%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#960481 (or 0x960481) is known color: Dark Magenta. HEX triplet: 96, 04 and 81. RGB value is (150,4,129). Sum of RGB (Red+Green+Blue) = 150+4+129=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #960481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960481 is #69FB7E. Grayscale: #3D3D3D. Windows color (decimal): -6945663 or 8455318. OLE color: 8455318.

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

Color convert

RGB 150 4 129 -
CMYK 0 0.97 0.14 0.41
HSL 308.63º 0.95% 0.3% -
HSV(B) 308.63º 0.97% 0.59% -
XYZ 16.58 8.16 21.47 -
YUV 61.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 150 4 129 0 0.97 0.14 0.41 308.63 0.95 0.3
Hex 96 4 81 0 61 E 29 135 5F 1E
Octal 226 4 201 0 141 16 51 465 137 36
Binary 10010110 100 10000001 0 1100001 1110 101001 100110101 1011111 11110

Color Harmonies of #960481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960481

Black with #960481

Text Example


Text Example

White with #960481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960481; }

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

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

background-color css

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

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

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

border-color css

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

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

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