#9C0388

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

Shades of Dark Magenta #9C0388

Tints of Dark Magenta #9C0388

Color information

#9C0388 (or 0x9C0388) is unknown color: approx Dark Magenta. HEX triplet: 9C, 03 and 88. RGB value is (156,3,136). Sum of RGB (Red+Green+Blue) = 156+3+136=295 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.88% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0388 is #63FC77. Grayscale: #3F3F3F. Windows color (decimal): -6552696 or 8913820. OLE color: 8913820.

HSL color Cylindrical-coordinate representation of color #9C0388: hue angle of 307.84º 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 #9C0388 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB1563136-
CMYK00.980.130.39
HSL307.84º96.23%31.18%-
HSV(B)307.84º98.08%61.18%-
XYZ18.198.9124.05-
YUV63.91168.69193.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52.88%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=52.88%
G=1.02%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156313600.980.130.39307.8496.2331.18
Hex9C388062D27134601f
Octal23432100142154746414037
Binary100111001110001000011000101101100111100110100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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