Html Css Color HEX #960DAB Dark Magenta

📋 copy color: '#960DAB'

red 150 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #960DAB

Tints of Dark Magenta #960DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.89%

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 44.91%
G = 3.89%
B = 51.2%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#960DAB (or 0x960DAB) is known color: Dark Magenta. HEX triplet: 96, 0D and AB. RGB value is (150,13,171). Sum of RGB (Red+Green+Blue) = 150+13+171=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #960DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960DAB is #69F254. Grayscale: #474747. Windows color (decimal): -6943317 or 11210134. OLE color: 11210134.

HSL color Cylindrical-coordinate representation of color #960DAB: hue angle of 292.03º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960DAB is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 13 171 -
CMYK 0.12 0.92 0 0.33
HSL 292.03º 0.86% 0.36% -
HSV(B) 292.03º 0.92% 0.67% -
XYZ 20.07 9.71 39.34 -
YUV 71.98 183.89 183.65 -
System Red Green Blue C M Y K H S L
Decimal 150 13 171 0.12 0.92 0 0.33 292.03 0.86 0.36
Hex 96 D AB C 5C 0 21 124 56 24
Octal 226 15 253 14 134 0 41 444 126 44
Binary 10010110 1101 10101011 1100 1011100 0 100001 100100100 1010110 100100

Color Harmonies of #960DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DAB

Black with #960DAB

Text Example


Text Example

White with #960DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960DAB; }

 p { color: rgb(150,13,171); }

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

background-color css

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

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

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

border-color css

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

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

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