Html Css Color HEX #9510AA Dark Magenta

📋 copy color: '#9510AA'

red 149 ◦ green 16 ◦ blue 170

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

Shades of Dark Magenta #9510AA

Tints of Dark Magenta #9510AA

RGB

 RED value IS 149 (58.59% from 255) = 44.48%

 GREEN value IS 16 (6.64% from 255) = 4.78%

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

R = 44.48%
G = 4.78%
B = 50.75%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9510AA (or 0x9510AA) is known color: Dark Magenta. HEX triplet: 95, 10 and AA. RGB value is (149,16,170). Sum of RGB (Red+Green+Blue) = 149+16+170=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #9510AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9510AA is #6AEF55. Grayscale: #484848. Windows color (decimal): -7008086 or 11145365. OLE color: 11145365.

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

Color convert

RGB 149 16 170 -
CMYK 0.12 0.91 0 0.33
HSL 291.82º 0.83% 0.36% -
HSV(B) 291.82º 0.91% 0.67% -
XYZ 19.84 9.66 38.85 -
YUV 73.32 182.56 181.98 -
System Red Green Blue C M Y K H S L
Decimal 149 16 170 0.12 0.91 0 0.33 291.82 0.83 0.36
Hex 95 10 AA C 5B 0 21 124 53 24
Octal 225 20 252 14 133 0 41 444 123 44
Binary 10010101 10000 10101010 1100 1011011 0 100001 100100100 1010011 100100

Color Harmonies of #9510AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510AA

Black with #9510AA

Text Example


Text Example

White with #9510AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9510AA; }

 p { color: rgb(149,16,170); }

 H1.HeaderClassName
 {
   color: #9510AA;
 }
 .AnyTagClassName
 {
   color: #9510AA;
 }
</style>

background-color css

<style>
 a { background-color: #9510AA; }

 a { background-color: rgb(149,16,170); }

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

border-color css

<style>
 span { border-color: #9510AA; }

 span { border-color: rgb(149,16,170); }

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