Html Css Color HEX #9C15A4 Dark Magenta

📋 copy color: '#9C15A4'

red 156 ◦ green 21 ◦ blue 164

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

Shades of Dark Magenta #9C15A4

Tints of Dark Magenta #9C15A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.09%

R = 45.75%
G = 6.16%
B = 48.09%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9C15A4 (or 0x9C15A4) is known color: Dark Magenta. HEX triplet: 9C, 15 and A4. RGB value is (156,21,164). Sum of RGB (Red+Green+Blue) = 156+21+164=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C15A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C15A4 is #63EA5B. Grayscale: #4D4D4D. Windows color (decimal): -6548060 or 10753436. OLE color: 10753436.

HSL color Cylindrical-coordinate representation of color #9C15A4: hue angle of 296.64º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C15A4 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 21 164 -
CMYK 0.05 0.87 0 0.36
HSL 296.64º 0.77% 0.36% -
HSV(B) 296.64º 0.87% 0.64% -
XYZ 20.68 10.28 36.02 -
YUV 77.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 156 21 164 0.05 0.87 0 0.36 296.64 0.77 0.36
Hex 9C 15 A4 5 57 0 24 129 4D 24
Octal 234 25 244 5 127 0 44 451 115 44
Binary 10011100 10101 10100100 101 1010111 0 100100 100101001 1001101 100100

Color Harmonies of #9C15A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C15A4

Black with #9C15A4

Text Example


Text Example

White with #9C15A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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