Html Css Color HEX #961087 Dark Magenta

📋 copy color: '#961087'

red 150 ◦ green 16 ◦ blue 135

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

Shades of Dark Magenta #961087

Tints of Dark Magenta #961087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 49.83%
G = 5.32%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#961087 (or 0x961087) is known color: Dark Magenta. HEX triplet: 96, 10 and 87. RGB value is (150,16,135). Sum of RGB (Red+Green+Blue) = 150+16+135=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #961087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961087 is #69EF78. Grayscale: #454545. Windows color (decimal): -6942585 or 8851606. OLE color: 8851606.

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

Color convert

RGB 150 16 135 -
CMYK 0 0.89 0.1 0.41
HSL 306.72º 0.81% 0.33% -
HSV(B) 306.72º 0.89% 0.59% -
XYZ 17.14 8.6 23.68 -
YUV 69.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 150 16 135 0 0.89 0.1 0.41 306.72 0.81 0.33
Hex 96 10 87 0 59 A 29 133 51 21
Octal 226 20 207 0 131 12 51 463 121 41
Binary 10010110 10000 10000111 0 1011001 1010 101001 100110011 1010001 100001

Color Harmonies of #961087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961087

Black with #961087

Text Example


Text Example

White with #961087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961087; }

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

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

background-color css

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

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

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

border-color css

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

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

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