#961A90

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

Shades of Dark Magenta #961A90

Tints of Dark Magenta #961A90

Color information

#961A90 (or 0x961A90) is unknown color: approx Dark Magenta. HEX triplet: 96, 1A and 90. RGB value is (150,26,144). Sum of RGB (Red+Green+Blue) = 150+26+144=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #961A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961A90 is #69E56F. Grayscale: #4C4C4C. Windows color (decimal): -6940016 or 9443990. OLE color: 9443990.

HSL color Cylindrical-coordinate representation of color #961A90: hue angle of 302.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A90 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15026144-
CMYK00.830.040.41
HSL302.9º70.45%34.51%-
HSV(B)302.9º82.67%58.82%-
XYZ17.989.2427.22-
YUV76.53166.08180.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.88%
GREEN value IS 26 (10.55% from 255) = 8.12%
BLUE value IS 144 (56.64% from 255) = 45%
R=46.88%
G=8.12%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502614400.830.040.41302.970.4534.51
Hex961A9005342912f4623
Octal22632220012345145710643
Binary100101101101010010000010100111001010011001011111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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