Html Css Color HEX #9518A3 Dark Magenta

📋 copy color: '#9518A3'

red 149 ◦ green 24 ◦ blue 163

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

Shades of Dark Magenta #9518A3

Tints of Dark Magenta #9518A3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.14%

 BLUE value IS 163 (64.06% from 255) = 48.51%

R = 44.35%
G = 7.14%
B = 48.51%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9518A3 (or 0x9518A3) is known color: Dark Magenta. HEX triplet: 95, 18 and A3. RGB value is (149,24,163). Sum of RGB (Red+Green+Blue) = 149+24+163=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 163 (64.06% from 255 or 48.51% from 336); Max value from RGB is 163 - color contains mainly: blue. Hex color #9518A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9518A3 is #6AE75C. Grayscale: #4C4C4C. Windows color (decimal): -7006045 or 10688661. OLE color: 10688661.

HSL color Cylindrical-coordinate representation of color #9518A3: hue angle of 293.96º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9518A3 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 24 163 -
CMYK 0.09 0.85 0 0.36
HSL 293.96º 0.74% 0.37% -
HSV(B) 293.96º 0.85% 0.64% -
XYZ 19.33 9.69 35.5 -
YUV 77.22 176.41 179.2 -
System Red Green Blue C M Y K H S L
Decimal 149 24 163 0.09 0.85 0 0.36 293.96 0.74 0.37
Hex 95 18 A3 9 55 0 24 126 4A 25
Octal 225 30 243 11 125 0 44 446 112 45
Binary 10010101 11000 10100011 1001 1010101 0 100100 100100110 1001010 100101

Color Harmonies of #9518A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518A3

Black with #9518A3

Text Example


Text Example

White with #9518A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9518A3; }

 p { color: rgb(149,24,163); }

 H1.HeaderClassName
 {
   color: #9518A3;
 }
 .AnyTagClassName
 {
   color: #9518A3;
 }
</style>

background-color css

<style>
 a { background-color: #9518A3; }

 a { background-color: rgb(149,24,163); }

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

border-color css

<style>
 span { border-color: #9518A3; }

 span { border-color: rgb(149,24,163); }

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