Html Css Color HEX #961086 Dark Magenta

📋 copy color: '#961086'

red 150 ◦ green 16 ◦ blue 134

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

Shades of Dark Magenta #961086

Tints of Dark Magenta #961086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 50%
G = 5.33%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#961086 (or 0x961086) is known color: Dark Magenta. HEX triplet: 96, 10 and 86. RGB value is (150,16,134). Sum of RGB (Red+Green+Blue) = 150+16+134=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #961086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961086 is #69EF79. Grayscale: #454545. Windows color (decimal): -6942586 or 8786070. OLE color: 8786070.

HSL color Cylindrical-coordinate representation of color #961086: hue angle of 307.16º degrees, saturation: 0.81, 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 #961086 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 134 -
CMYK 0 0.89 0.11 0.41
HSL 307.16º 0.81% 0.33% -
HSV(B) 307.16º 0.89% 0.59% -
XYZ 17.07 8.58 23.31 -
YUV 69.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 150 16 134 0 0.89 0.11 0.41 307.16 0.81 0.33
Hex 96 10 86 0 59 B 29 133 51 21
Octal 226 20 206 0 131 13 51 463 121 41
Binary 10010110 10000 10000110 0 1011001 1011 101001 100110011 1010001 100001

Color Harmonies of #961086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961086

Black with #961086

Text Example


Text Example

White with #961086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961086; }

 p { color: rgb(150,16,134); }

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

background-color css

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

 a { background-color: rgb(150,16,134); }

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

border-color css

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

 span { border-color: rgb(150,16,134); }

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