Html Css Color HEX #9C13A4 Dark Magenta

📋 copy color: '#9C13A4'

red 156 ◦ green 19 ◦ blue 164

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

Shades of Dark Magenta #9C13A4

Tints of Dark Magenta #9C13A4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

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

R = 46.02%
G = 5.6%
B = 48.38%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9C13A4 (or 0x9C13A4) is known color: Dark Magenta. HEX triplet: 9C, 13 and A4. RGB value is (156,19,164). Sum of RGB (Red+Green+Blue) = 156+19+164=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C13A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C13A4 is #63EC5B. Grayscale: #4C4C4C. Windows color (decimal): -6548572 or 10752924. OLE color: 10752924.

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

Color convert

RGB 156 19 164 -
CMYK 0.05 0.88 0 0.36
HSL 296.69º 0.79% 0.36% -
HSV(B) 296.69º 0.88% 0.64% -
XYZ 20.64 10.21 36.01 -
YUV 76.49 177.39 184.71 -
System Red Green Blue C M Y K H S L
Decimal 156 19 164 0.05 0.88 0 0.36 296.69 0.79 0.36
Hex 9C 13 A4 5 58 0 24 129 4F 24
Octal 234 23 244 5 130 0 44 451 117 44
Binary 10011100 10011 10100100 101 1011000 0 100100 100101001 1001111 100100

Color Harmonies of #9C13A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C13A4

Black with #9C13A4

Text Example


Text Example

White with #9C13A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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