#9C1B98

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

Shades of Dark Magenta #9C1B98

Tints of Dark Magenta #9C1B98

Color information

#9C1B98 (or 0x9C1B98) is unknown color: approx Dark Magenta. HEX triplet: 9C, 1B and 98. RGB value is (156,27,152). Sum of RGB (Red+Green+Blue) = 156+27+152=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1B98 is #63E467. Grayscale: #4F4F4F. Windows color (decimal): -6546536 or 9968540. OLE color: 9968540.

HSL color Cylindrical-coordinate representation of color #9C1B98: hue angle of 301.86º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1B98 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15627152-
CMYK00.830.030.39
HSL301.86º70.49%35.88%-
HSV(B)301.86º82.69%61.18%-
XYZ19.7710.1230.62-
YUV79.82168.74182.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.57%
GREEN value IS 27 (10.94% from 255) = 8.06%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=46.57%
G=8.06%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562715200.830.030.39301.8670.4935.88
Hex9C1B9805332712e4624
Octal23433230012334745610644
Binary10011100110111001100001010011111001111001011101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,27,152); }

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

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

 a { background-color: rgb(156,27,152); }

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

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

 span { border-color: rgb(156,27,152); }

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