#9C0782

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

Shades of Dark Magenta #9C0782

Tints of Dark Magenta #9C0782

Color information

#9C0782 (or 0x9C0782) is unknown color: approx Dark Magenta. HEX triplet: 9C, 07 and 82. RGB value is (156,7,130). Sum of RGB (Red+Green+Blue) = 156+7+130=293 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.24% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0782 is #63F87D. Grayscale: #414141. Windows color (decimal): -6551678 or 8521628. OLE color: 8521628.

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

Color convert

RGB1567130-
CMYK00.960.170.39
HSL310.47º91.41%31.96%-
HSV(B)310.47º95.51%61.18%-
XYZ17.828.8321.88-
YUV65.57164.36192.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.24%
GREEN value IS 7 (3.12% from 255) = 2.39%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=53.24%
G=2.39%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156713000.960.170.39310.4791.4131.96
Hex9C78206011271365b20
Octal23472020140214746613340
Binary100111001111000001001100000100011001111001101101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,7,130); }

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

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

 a { background-color: rgb(156,7,130); }

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

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

 span { border-color: rgb(156,7,130); }

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