Html Css Color HEX #9C15AD Dark Magenta

📋 copy color: '#9C15AD'

red 156 ◦ green 21 ◦ blue 173

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

Shades of Dark Magenta #9C15AD

Tints of Dark Magenta #9C15AD

RGB

 RED value IS 156 (61.33% from 255) = 44.57%

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 44.57%
G = 6%
B = 49.43%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C15AD (or 0x9C15AD) is known color: Dark Magenta. HEX triplet: 9C, 15 and AD. RGB value is (156,21,173). Sum of RGB (Red+Green+Blue) = 156+21+173=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C15AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C15AD is #63EA52. Grayscale: #4E4E4E. Windows color (decimal): -6548051 or 11343260. OLE color: 11343260.

HSL color Cylindrical-coordinate representation of color #9C15AD: hue angle of 293.29º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C15AD is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 21 173 -
CMYK 0.10 0.88 0 0.32
HSL 293.29º 0.78% 0.38% -
HSV(B) 293.29º 0.88% 0.68% -
XYZ 21.52 10.62 40.45 -
YUV 78.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 156 21 173 0.10 0.88 0 0.32 293.29 0.78 0.38
Hex 9C 15 AD A 58 0 20 125 4E 26
Octal 234 25 255 12 130 0 40 445 116 46
Binary 10011100 10101 10101101 1010 1011000 0 100000 100100101 1001110 100110

Color Harmonies of #9C15AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C15AD

Black with #9C15AD

Text Example


Text Example

White with #9C15AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C15AD; }

 p { color: rgb(156,21,173); }

 H1.HeaderClassName
 {
   color: #9C15AD;
 }
 .AnyTagClassName
 {
   color: #9C15AD;
 }
</style>

background-color css

<style>
 a { background-color: #9C15AD; }

 a { background-color: rgb(156,21,173); }

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

border-color css

<style>
 span { border-color: #9C15AD; }

 span { border-color: rgb(156,21,173); }

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