Html Css Color HEX #9500AE Dark Magenta

📋 copy color: '#9500AE'

red 149 ◦ green 0 ◦ blue 174

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

Shades of Dark Magenta #9500AE

Tints of Dark Magenta #9500AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 46.13%
G = 0%
B = 53.87%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9500AE (or 0x9500AE) is known color: Dark Magenta. HEX triplet: 95, 00 and AE. RGB value is (149,0,174). Sum of RGB (Red+Green+Blue) = 149+0+174=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #9500AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9500AE is #6AFF51. Grayscale: #3F3F3F. Windows color (decimal): -7012178 or 11403413. OLE color: 11403413.

HSL color Cylindrical-coordinate representation of color #9500AE: hue angle of 291.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500AE is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 0 174 -
CMYK 0.14 1 0 0.32
HSL 291.38º 1% 0.34% -
HSV(B) 291.38º 1% 0.68% -
XYZ 20.03 9.45 40.81 -
YUV 64.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 149 0 174 0.14 1 0 0.32 291.38 1 0.34
Hex 95 0 AE E 64 0 20 123 64 22
Octal 225 0 256 16 144 0 40 443 144 42
Binary 10010101 0 10101110 1110 1100100 0 100000 100100011 1100100 100010

Color Harmonies of #9500AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500AE

Black with #9500AE

Text Example


Text Example

White with #9500AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9500AE; }

 p { color: rgb(149,0,174); }

 H1.HeaderClassName
 {
   color: #9500AE;
 }
 .AnyTagClassName
 {
   color: #9500AE;
 }
</style>

background-color css

<style>
 a { background-color: #9500AE; }

 a { background-color: rgb(149,0,174); }

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

border-color css

<style>
 span { border-color: #9500AE; }

 span { border-color: rgb(149,0,174); }

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