Html Css Color HEX #9502AC Dark Magenta

📋 copy color: '#9502AC'

red 149 ◦ green 2 ◦ blue 172

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

Shades of Dark Magenta #9502AC

Tints of Dark Magenta #9502AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 46.13%
G = 0.62%
B = 53.25%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9502AC (or 0x9502AC) is known color: Dark Magenta. HEX triplet: 95, 02 and AC. RGB value is (149,2,172). Sum of RGB (Red+Green+Blue) = 149+2+172=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #9502AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9502AC is #6AFD53. Grayscale: #404040. Windows color (decimal): -7011668 or 11272853. OLE color: 11272853.

HSL color Cylindrical-coordinate representation of color #9502AC: hue angle of 291.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9502AC is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 2 172 -
CMYK 0.13 0.99 0 0.33
HSL 291.88º 0.98% 0.34% -
HSV(B) 291.88º 0.99% 0.67% -
XYZ 19.86 9.41 39.8 -
YUV 65.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 149 2 172 0.13 0.99 0 0.33 291.88 0.98 0.34
Hex 95 2 AC D 63 0 21 124 62 22
Octal 225 2 254 15 143 0 41 444 142 42
Binary 10010101 10 10101100 1101 1100011 0 100001 100100100 1100010 100010

Color Harmonies of #9502AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9502AC

Black with #9502AC

Text Example


Text Example

White with #9502AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9502AC; }

 p { color: rgb(149,2,172); }

 H1.HeaderClassName
 {
   color: #9502AC;
 }
 .AnyTagClassName
 {
   color: #9502AC;
 }
</style>

background-color css

<style>
 a { background-color: #9502AC; }

 a { background-color: rgb(149,2,172); }

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

border-color css

<style>
 span { border-color: #9502AC; }

 span { border-color: rgb(149,2,172); }

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