Html Css Color HEX #961491 Dark Magenta

📋 copy color: '#961491'

red 150 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #961491

Tints of Dark Magenta #961491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 47.62%
G = 6.35%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#961491 (or 0x961491) is known color: Dark Magenta. HEX triplet: 96, 14 and 91. RGB value is (150,20,145). Sum of RGB (Red+Green+Blue) = 150+20+145=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #961491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961491 is #69EB6E. Grayscale: #484848. Windows color (decimal): -6941551 or 9507990. OLE color: 9507990.

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

Color convert

RGB 150 20 145 -
CMYK 0 0.87 0.03 0.41
HSL 302.31º 0.76% 0.33% -
HSV(B) 302.31º 0.87% 0.59% -
XYZ 17.94 9.03 27.59 -
YUV 73.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 150 20 145 0 0.87 0.03 0.41 302.31 0.76 0.33
Hex 96 14 91 0 57 3 29 12E 4C 21
Octal 226 24 221 0 127 3 51 456 114 41
Binary 10010110 10100 10010001 0 1010111 11 101001 100101110 1001100 100001

Color Harmonies of #961491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961491

Black with #961491

Text Example


Text Example

White with #961491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961491; }

 p { color: rgb(150,20,145); }

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

background-color css

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

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

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

border-color css

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

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

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