Html Css Color HEX #960AAA Dark Magenta

📋 copy color: '#960AAA'

red 150 ◦ green 10 ◦ blue 170

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

Shades of Dark Magenta #960AAA

Tints of Dark Magenta #960AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 45.45%
G = 3.03%
B = 51.52%

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

#960AAA (or 0x960AAA) is known color: Dark Magenta. HEX triplet: 96, 0A and AA. RGB value is (150,10,170). Sum of RGB (Red+Green+Blue) = 150+10+170=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #960AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960AAA is #69F555. Grayscale: #454545. Windows color (decimal): -6944086 or 11143830. OLE color: 11143830.

HSL color Cylindrical-coordinate representation of color #960AAA: hue angle of 292.5º 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 #960AAA is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 10 170 -
CMYK 0.12 0.94 0 0.33
HSL 292.5º 0.89% 0.35% -
HSV(B) 292.5º 0.94% 0.67% -
XYZ 19.94 9.6 38.83 -
YUV 70.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 150 10 170 0.12 0.94 0 0.33 292.5 0.89 0.35
Hex 96 A AA C 5E 0 21 124 59 23
Octal 226 12 252 14 136 0 41 444 131 43
Binary 10010110 1010 10101010 1100 1011110 0 100001 100100100 1011001 100011

Color Harmonies of #960AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960AAA

Black with #960AAA

Text Example


Text Example

White with #960AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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