Html Css Color HEX #960AAD Dark Magenta

📋 copy color: '#960AAD'

red 150 ◦ green 10 ◦ blue 173

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

Shades of Dark Magenta #960AAD

Tints of Dark Magenta #960AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3%

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 45.05%
G = 3%
B = 51.95%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#960AAD (or 0x960AAD) is known color: Dark Magenta. HEX triplet: 96, 0A and AD. RGB value is (150,10,173). Sum of RGB (Red+Green+Blue) = 150+10+173=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #960AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960AAD is #69F552. Grayscale: #454545. Windows color (decimal): -6944083 or 11340438. OLE color: 11340438.

HSL color Cylindrical-coordinate representation of color #960AAD: hue angle of 291.53º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960AAD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 10 173 -
CMYK 0.13 0.94 0 0.32
HSL 291.53º 0.89% 0.36% -
HSV(B) 291.53º 0.94% 0.68% -
XYZ 20.23 9.72 40.34 -
YUV 70.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 150 10 173 0.13 0.94 0 0.32 291.53 0.89 0.36
Hex 96 A AD D 5E 0 20 124 59 24
Octal 226 12 255 15 136 0 40 444 131 44
Binary 10010110 1010 10101101 1101 1011110 0 100000 100100100 1011001 100100

Color Harmonies of #960AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AAD

Black with #960AAD

Text Example


Text Example

White with #960AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,10,173); }

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

background-color css

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

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

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

border-color css

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

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

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