#961390

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

Shades of Dark Magenta #961390

Tints of Dark Magenta #961390

Color information

#961390 (or 0x961390) is unknown color: approx Dark Magenta. HEX triplet: 96, 13 and 90. RGB value is (150,19,144). Sum of RGB (Red+Green+Blue) = 150+19+144=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #961390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961390 is #69EC6F. Grayscale: #484848. Windows color (decimal): -6941808 or 9442198. OLE color: 9442198.

HSL color Cylindrical-coordinate representation of color #961390: hue angle of 302.75º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961390 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB15019144-
CMYK00.870.040.41
HSL302.75º77.51%33.14%-
HSV(B)302.75º87.33%58.82%-
XYZ17.848.9627.18-
YUV72.42168.4183.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 19 (7.81% from 255) = 6.07%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=47.92%
G=6.07%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501914400.870.040.41302.7577.5133.14
Hex96139005742912f4e21
Octal22623220012745145711641
Binary100101101001110010000010101111001010011001011111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961390; }

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

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

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

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

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

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

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

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