Html Css Color HEX #961096 Dark Magenta

📋 copy color: '#961096'

red 150 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #961096

Tints of Dark Magenta #961096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.47%

R = 47.47%
G = 5.06%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#961096 (or 0x961096) is known color: Dark Magenta. HEX triplet: 96, 10 and 96. RGB value is (150,16,150). Sum of RGB (Red+Green+Blue) = 150+16+150=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #961096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961096 is #69EF69. Grayscale: #464646. Windows color (decimal): -6942570 or 9834646. OLE color: 9834646.

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

Color convert

RGB 150 16 150 -
CMYK 0 0.89 0 0.41
HSL 300º 0.81% 0.33% -
HSV(B) 300º 0.89% 0.59% -
XYZ 18.27 9.06 29.64 -
YUV 71.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 150 16 150 0 0.89 0 0.41 300 0.81 0.33
Hex 96 10 96 0 59 0 29 12C 51 21
Octal 226 20 226 0 131 0 51 454 121 41
Binary 10010110 10000 10010110 0 1011001 0 101001 100101100 1010001 100001

Color Harmonies of #961096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961096

Black with #961096

Text Example


Text Example

White with #961096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961096; }

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

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

background-color css

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

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

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

border-color css

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

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

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