Html Css Color HEX #960286 Dark Magenta

📋 copy color: '#960286'

red 150 ◦ green 2 ◦ blue 134

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

Shades of Dark Magenta #960286

Tints of Dark Magenta #960286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 52.45%
G = 0.7%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#960286 (or 0x960286) is known color: Dark Magenta. HEX triplet: 96, 02 and 86. RGB value is (150,2,134). Sum of RGB (Red+Green+Blue) = 150+2+134=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #960286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960286 is #69FD79. Grayscale: #3C3C3C. Windows color (decimal): -6946170 or 8782486. OLE color: 8782486.

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

Color convert

RGB 150 2 134 -
CMYK 0 0.99 0.11 0.41
HSL 306.49º 0.97% 0.3% -
HSV(B) 306.49º 0.99% 0.59% -
XYZ 16.9 8.25 23.26 -
YUV 61.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 150 2 134 0 0.99 0.11 0.41 306.49 0.97 0.3
Hex 96 2 86 0 63 B 29 132 61 1E
Octal 226 2 206 0 143 13 51 462 141 36
Binary 10010110 10 10000110 0 1100011 1011 101001 100110010 1100001 11110

Color Harmonies of #960286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960286

Black with #960286

Text Example


Text Example

White with #960286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960286; }

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

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

background-color css

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

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

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

border-color css

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

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

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