Html Css Color HEX #960AAB Dark Magenta

📋 copy color: '#960AAB'

red 150 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #960AAB

Tints of Dark Magenta #960AAB

RGB

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

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

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

R = 45.32%
G = 3.02%
B = 51.66%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#960AAB (or 0x960AAB) is known color: Dark Magenta. HEX triplet: 96, 0A and AB. RGB value is (150,10,171). Sum of RGB (Red+Green+Blue) = 150+10+171=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #960AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960AAB is #69F554. Grayscale: #454545. Windows color (decimal): -6944085 or 11209366. OLE color: 11209366.

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

Color convert

RGB 150 10 171 -
CMYK 0.12 0.94 0 0.33
HSL 292.17º 0.89% 0.35% -
HSV(B) 292.17º 0.94% 0.67% -
XYZ 20.04 9.64 39.33 -
YUV 70.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 150 10 171 0.12 0.94 0 0.33 292.17 0.89 0.35
Hex 96 A AB C 5E 0 21 124 59 23
Octal 226 12 253 14 136 0 41 444 131 43
Binary 10010110 1010 10101011 1100 1011110 0 100001 100100100 1011001 100011

Color Harmonies of #960AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AAB

Black with #960AAB

Text Example


Text Example

White with #960AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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