#9C0083

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

Shades of Dark Magenta #9C0083

Tints of Dark Magenta #9C0083

Color information

#9C0083 (or 0x9C0083) is unknown color: approx Dark Magenta. HEX triplet: 9C, 00 and 83. RGB value is (156,0,131). Sum of RGB (Red+Green+Blue) = 156+0+131=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0083 is #63FF7C. Grayscale: #3D3D3D. Windows color (decimal): -6553469 or 8585372. OLE color: 8585372.

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

Color convert

RGB1560131-
CMYK010.160.39
HSL309.62º100%30.59%-
HSV(B)309.62º100%61.18%-
XYZ17.818.7122.21-
YUV61.58167.18195.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 54.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=54.36%
G=0%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1560131010.160.39309.6210030.59
Hex9C0830641027136641f
Octal23402030144204746614437
Binary100111000100000110110010010000100111100110110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,0,131); }

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

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

 a { background-color: rgb(156,0,131); }

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

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

 span { border-color: rgb(156,0,131); }

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