Html Css Color HEX #961DA1 Dark Magenta

📋 copy color: '#961DA1'

red 150 ◦ green 29 ◦ blue 161

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

Shades of Dark Magenta #961DA1

Tints of Dark Magenta #961DA1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.53%

 BLUE value IS 161 (63.28% from 255) = 47.35%

R = 44.12%
G = 8.53%
B = 47.35%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#961DA1 (or 0x961DA1) is known color: Dark Magenta. HEX triplet: 96, 1D and A1. RGB value is (150,29,161). Sum of RGB (Red+Green+Blue) = 150+29+161=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #961DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961DA1 is #69E25E. Grayscale: #4F4F4F. Windows color (decimal): -6939231 or 10558870. OLE color: 10558870.

HSL color Cylindrical-coordinate representation of color #961DA1: hue angle of 295º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961DA1 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 29 161 -
CMYK 0.07 0.82 0 0.37
HSL 295º 0.69% 0.37% -
HSV(B) 295º 0.82% 0.63% -
XYZ 19.45 9.94 34.61 -
YUV 80.23 173.59 177.77 -
System Red Green Blue C M Y K H S L
Decimal 150 29 161 0.07 0.82 0 0.37 295 0.69 0.37
Hex 96 1D A1 7 52 0 25 127 45 25
Octal 226 35 241 7 122 0 45 447 105 45
Binary 10010110 11101 10100001 111 1010010 0 100101 100100111 1000101 100101

Color Harmonies of #961DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961DA1

Black with #961DA1

Text Example


Text Example

White with #961DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961DA1; }

 p { color: rgb(150,29,161); }

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

background-color css

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

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

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

border-color css

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

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

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