#9C0190

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

Shades of Dark Magenta #9C0190

Tints of Dark Magenta #9C0190

Color information

#9C0190 (or 0x9C0190) is unknown color: approx Dark Magenta. HEX triplet: 9C, 01 and 90. RGB value is (156,1,144). Sum of RGB (Red+Green+Blue) = 156+1+144=301 (39% of max value = 765). Red value is 156 (61.33% from 255 or 51.83% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0190 is #63FE6F. Grayscale: #3F3F3F. Windows color (decimal): -6553200 or 9437596. OLE color: 9437596.

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

Color convert

RGB1561144-
CMYK00.990.080.39
HSL304.65º98.73%30.78%-
HSV(B)304.65º99.36%61.18%-
XYZ18.769.127.15-
YUV63.65173.35193.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.83%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=51.83%
G=0.33%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156114400.990.080.39304.6598.7330.78
Hex9C190063827131631f
Octal23412200143104746114337
Binary10011100110010000011000111000100111100110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,1,144); }

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

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

 a { background-color: rgb(156,1,144); }

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

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

 span { border-color: rgb(156,1,144); }

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