#9C1793

Color #9C1793 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9C1793

Tints of Dark Magenta #9C1793

Color information

#9C1793 (or 0x9C1793) is unknown color: approx Dark Magenta. HEX triplet: 9C, 17 and 93. RGB value is (156,23,147). Sum of RGB (Red+Green+Blue) = 156+23+147=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1793 is #63E86C. Grayscale: #4C4C4C. Windows color (decimal): -6547565 or 9639836. OLE color: 9639836.

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

Color convert

RGB15623147-
CMYK00.850.060.39
HSL304.06º74.3%35.1%-
HSV(B)304.06º85.26%61.18%-
XYZ19.289.7928.48-
YUV76.9167.56184.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=47.85%
G=7.06%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562314700.850.060.39304.0674.335.1
Hex9C17930556271304a23
Octal23427223012564746011243
Binary100111001011110010011010101011101001111001100001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C1793;
 }
 .AnyTagClassName
 {
   color: #9C1793;
 }
</style>
background-color css

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

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

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

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

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

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