#961AA1

Color #961AA1 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #961AA1

Tints of Dark Magenta #961AA1

Color information

#961AA1 (or 0x961AA1) is unknown color: approx Dark Magenta. HEX triplet: 96, 1A and A1. RGB value is (150,26,161). Sum of RGB (Red+Green+Blue) = 150+26+161=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 161 - color contains mainly: blue. Hex color #961AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961AA1 is #69E55E. Grayscale: #4E4E4E. Windows color (decimal): -6939999 or 10558102. OLE color: 10558102.

HSL color Cylindrical-coordinate representation of color #961AA1: hue angle of 295.11º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961AA1 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15026161-
CMYK0.070.8400.37
HSL295.11º72.19%36.67%-
HSV(B)295.11º83.85%63.14%-
XYZ19.389.834.59-
YUV78.47174.58179.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 161 (63.28% from 255) = 47.77%
R=44.51%
G=7.72%
B=47.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal150261610.070.8400.37295.1172.1936.67
Hex961AA17540251274825
Octal22632241712404544711045
Binary100101101101010100001111101010001001011001001111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961AA1; }

 p { color: rgb(150,26,161); }

 H1.HeaderClassName
 {
   color: #961AA1;
 }
 .AnyTagClassName
 {
   color: #961AA1;
 }
</style>
background-color css

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

 a { background-color: rgb(150,26,161); }

 div.DivClassName
 {
   background-color: #961AA1;
 }
 .BgClassName
 {
   background-color: #961AA1;
 }
</style>
border-color css

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

 span { border-color: rgb(150,26,161); }

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