#961AAA

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

Shades of Dark Magenta #961AAA

Tints of Dark Magenta #961AAA

Color information

#961AAA (or 0x961AAA) is unknown color: approx Dark Magenta. HEX triplet: 96, 1A and AA. RGB value is (150,26,170). Sum of RGB (Red+Green+Blue) = 150+26+170=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #961AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961AAA is #69E555. Grayscale: #4F4F4F. Windows color (decimal): -6939990 or 11147926. OLE color: 11147926.

HSL color Cylindrical-coordinate representation of color #961AAA: hue angle of 291.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961AAA is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15026170-
CMYK0.120.8500.33
HSL291.67º73.47%38.43%-
HSV(B)291.67º84.71%66.67%-
XYZ20.210.1338.92-
YUV79.49179.08178.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=43.35%
G=7.51%
B=49.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150261700.120.8500.33291.6773.4738.43
Hex961AAAC550211244926
Octal226322521412504144411146
Binary1001011011010101010101100101010101000011001001001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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