#9C0380

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

Shades of Dark Magenta #9C0380

Tints of Dark Magenta #9C0380

Color information

#9C0380 (or 0x9C0380) is unknown color: approx Dark Magenta. HEX triplet: 9C, 03 and 80. RGB value is (156,3,128). Sum of RGB (Red+Green+Blue) = 156+3+128=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0380 is #63FC7F. Grayscale: #3E3E3E. Windows color (decimal): -6552704 or 8389532. OLE color: 8389532.

HSL color Cylindrical-coordinate representation of color #9C0380: hue angle of 310.98º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0380 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB1563128-
CMYK00.980.180.39
HSL310.98º96.23%31.18%-
HSV(B)310.98º98.08%61.18%-
XYZ17.648.6921.17-
YUV63164.69194.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.36%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=54.36%
G=1.05%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156312800.980.180.39310.9896.2331.18
Hex9C3800621227137601f
Octal23432000142224746714037
Binary1001110011100000000110001010010100111100110111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,3,128); }

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

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

 a { background-color: rgb(156,3,128); }

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

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

 span { border-color: rgb(156,3,128); }

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