Html Css Color HEX #9C1493 Dark Magenta

📋 copy color: '#9C1493'

red 156 ◦ green 20 ◦ blue 147

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

Shades of Dark Magenta #9C1493

Tints of Dark Magenta #9C1493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 48.3%
G = 6.19%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9C1493 (or 0x9C1493) is known color: Dark Magenta. HEX triplet: 9C, 14 and 93. RGB value is (156,20,147). Sum of RGB (Red+Green+Blue) = 156+20+147=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1493 is #63EB6C. Grayscale: #4A4A4A. Windows color (decimal): -6548333 or 9639068. OLE color: 9639068.

HSL color Cylindrical-coordinate representation of color #9C1493: hue angle of 303.97º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C1493 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 20 147 -
CMYK 0 0.87 0.06 0.39
HSL 303.97º 0.77% 0.35% -
HSV(B) 303.97º 0.87% 0.61% -
XYZ 19.23 9.67 28.46 -
YUV 75.14 168.56 185.67 -
System Red Green Blue C M Y K H S L
Decimal 156 20 147 0 0.87 0.06 0.39 303.97 0.77 0.35
Hex 9C 14 93 0 57 6 27 130 4D 23
Octal 234 24 223 0 127 6 47 460 115 43
Binary 10011100 10100 10010011 0 1010111 110 100111 100110000 1001101 100011

Color Harmonies of #9C1493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1493

Black with #9C1493

Text Example


Text Example

White with #9C1493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,20,147); }

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

background-color css

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

 a { background-color: rgb(156,20,147); }

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

border-color css

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

 span { border-color: rgb(156,20,147); }

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