Html Css Color HEX #961286 Dark Magenta

📋 copy color: '#961286'

red 150 ◦ green 18 ◦ blue 134

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

Shades of Dark Magenta #961286

Tints of Dark Magenta #961286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

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

R = 49.67%
G = 5.96%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#961286 (or 0x961286) is known color: Dark Magenta. HEX triplet: 96, 12 and 86. RGB value is (150,18,134). Sum of RGB (Red+Green+Blue) = 150+18+134=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #961286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961286 is #69ED79. Grayscale: #464646. Windows color (decimal): -6942074 or 8786582. OLE color: 8786582.

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

Color convert

RGB 150 18 134 -
CMYK 0 0.88 0.11 0.41
HSL 307.27º 0.79% 0.33% -
HSV(B) 307.27º 0.88% 0.59% -
XYZ 17.1 8.64 23.32 -
YUV 70.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 150 18 134 0 0.88 0.11 0.41 307.27 0.79 0.33
Hex 96 12 86 0 58 B 29 133 4F 21
Octal 226 22 206 0 130 13 51 463 117 41
Binary 10010110 10010 10000110 0 1011000 1011 101001 100110011 1001111 100001

Color Harmonies of #961286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961286

Black with #961286

Text Example


Text Example

White with #961286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961286; }

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

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

background-color css

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

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

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

border-color css

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

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

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