Html Css Color HEX #961DA0 Dark Magenta

📋 copy color: '#961DA0'

red 150 ◦ green 29 ◦ blue 160

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

Shades of Dark Magenta #961DA0

Tints of Dark Magenta #961DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 44.25%
G = 8.55%
B = 47.2%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#961DA0 (or 0x961DA0) is known color: Dark Magenta. HEX triplet: 96, 1D and A0. RGB value is (150,29,160). Sum of RGB (Red+Green+Blue) = 150+29+160=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #961DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961DA0 is #69E25F. Grayscale: #4F4F4F. Windows color (decimal): -6939232 or 10493334. OLE color: 10493334.

HSL color Cylindrical-coordinate representation of color #961DA0: hue angle of 295.42º 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 #961DA0 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 29 160 -
CMYK 0.06 0.82 0 0.37
HSL 295.42º 0.69% 0.37% -
HSV(B) 295.42º 0.82% 0.63% -
XYZ 19.36 9.9 34.15 -
YUV 80.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 150 29 160 0.06 0.82 0 0.37 295.42 0.69 0.37
Hex 96 1D A0 6 52 0 25 127 45 25
Octal 226 35 240 6 122 0 45 447 105 45
Binary 10010110 11101 10100000 110 1010010 0 100101 100100111 1000101 100101

Color Harmonies of #961DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961DA0

Black with #961DA0

Text Example


Text Example

White with #961DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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