Html Css Color HEX #961192 Dark Magenta

📋 copy color: '#961192'

red 150 ◦ green 17 ◦ blue 146

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

Shades of Dark Magenta #961192

Tints of Dark Magenta #961192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

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

R = 47.92%
G = 5.43%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#961192 (or 0x961192) is known color: Dark Magenta. HEX triplet: 96, 11 and 92. RGB value is (150,17,146). Sum of RGB (Red+Green+Blue) = 150+17+146=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #961192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961192 is #69EE6D. Grayscale: #474747. Windows color (decimal): -6942318 or 9572758. OLE color: 9572758.

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

Color convert

RGB 150 17 146 -
CMYK 0 0.89 0.03 0.41
HSL 301.8º 0.8% 0.33% -
HSV(B) 301.8º 0.89% 0.59% -
XYZ 17.97 8.96 27.98 -
YUV 71.47 170.06 184.01 -
System Red Green Blue C M Y K H S L
Decimal 150 17 146 0 0.89 0.03 0.41 301.8 0.8 0.33
Hex 96 11 92 0 59 3 29 12E 50 21
Octal 226 21 222 0 131 3 51 456 120 41
Binary 10010110 10001 10010010 0 1011001 11 101001 100101110 1010000 100001

Color Harmonies of #961192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961192

Black with #961192

Text Example


Text Example

White with #961192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961192; }

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

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

background-color css

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

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

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

border-color css

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

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

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