Html Css Color HEX #9915AC Dark Magenta

📋 copy color: '#9915AC'

red 153 ◦ green 21 ◦ blue 172

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

Shades of Dark Magenta #9915AC

Tints of Dark Magenta #9915AC

RGB

 RED value IS 153 (60.16% from 255) = 44.22%

 GREEN value IS 21 (8.59% from 255) = 6.07%

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

R = 44.22%
G = 6.07%
B = 49.71%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9915AC (or 0x9915AC) is known color: Dark Magenta. HEX triplet: 99, 15 and AC. RGB value is (153,21,172). Sum of RGB (Red+Green+Blue) = 153+21+172=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #9915AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9915AC is #66EA53. Grayscale: #4D4D4D. Windows color (decimal): -6744660 or 11277721. OLE color: 11277721.

HSL color Cylindrical-coordinate representation of color #9915AC: hue angle of 292.45º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9915AC is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 21 172 -
CMYK 0.11 0.88 0 0.33
HSL 292.45º 0.78% 0.38% -
HSV(B) 292.45º 0.88% 0.67% -
XYZ 20.85 10.29 39.92 -
YUV 77.68 181.23 181.72 -
System Red Green Blue C M Y K H S L
Decimal 153 21 172 0.11 0.88 0 0.33 292.45 0.78 0.38
Hex 99 15 AC B 58 0 21 124 4E 26
Octal 231 25 254 13 130 0 41 444 116 46
Binary 10011001 10101 10101100 1011 1011000 0 100001 100100100 1001110 100110

Color Harmonies of #9915AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9915AC

Black with #9915AC

Text Example


Text Example

White with #9915AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,21,172); }

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

background-color css

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

 a { background-color: rgb(153,21,172); }

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

border-color css

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

 span { border-color: rgb(153,21,172); }

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