Html Css Color HEX #961592 Dark Magenta

📋 copy color: '#961592'

red 150 ◦ green 21 ◦ blue 146

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

Shades of Dark Magenta #961592

Tints of Dark Magenta #961592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 47.32%
G = 6.62%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#961592 (or 0x961592) is known color: Dark Magenta. HEX triplet: 96, 15 and 92. RGB value is (150,21,146). Sum of RGB (Red+Green+Blue) = 150+21+146=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #961592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961592 is #69EA6D. Grayscale: #494949. Windows color (decimal): -6941294 or 9573782. OLE color: 9573782.

HSL color Cylindrical-coordinate representation of color #961592: hue angle of 301.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961592 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 21 146 -
CMYK 0 0.86 0.03 0.41
HSL 301.86º 0.75% 0.34% -
HSV(B) 301.86º 0.86% 0.59% -
XYZ 18.03 9.1 28 -
YUV 73.82 168.74 182.34 -
System Red Green Blue C M Y K H S L
Decimal 150 21 146 0 0.86 0.03 0.41 301.86 0.75 0.34
Hex 96 15 92 0 56 3 29 12E 4B 22
Octal 226 25 222 0 126 3 51 456 113 42
Binary 10010110 10101 10010010 0 1010110 11 101001 100101110 1001011 100010

Color Harmonies of #961592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961592

Black with #961592

Text Example


Text Example

White with #961592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961592; }

 p { color: rgb(150,21,146); }

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

background-color css

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

 a { background-color: rgb(150,21,146); }

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

border-color css

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

 span { border-color: rgb(150,21,146); }

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