#930C85

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

Shades of Dark Magenta #930C85

Tints of Dark Magenta #930C85

Color information

#930C85 (or 0x930C85) is unknown color: approx Dark Magenta. HEX triplet: 93, 0C and 85. RGB value is (147,12,133). Sum of RGB (Red+Green+Blue) = 147+12+133=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #930C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930C85 is #6CF37A. Grayscale: #414141. Windows color (decimal): -7140219 or 8719507. OLE color: 8719507.

HSL color Cylindrical-coordinate representation of color #930C85: hue angle of 306.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930C85 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14712133-
CMYK00.920.100.42
HSL306.22º84.91%31.18%-
HSV(B)306.22º91.84%57.65%-
XYZ16.48.1622.9-
YUV66.16165.73185.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.34%
GREEN value IS 12 (5.08% from 255) = 4.11%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=50.34%
G=4.11%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471213300.920.100.42306.2284.9131.18
Hex93C8505CA2A132551f
Octal223142050134125246212537
Binary10010011110010000101010111001010101010100110010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930C85; }

 p { color: rgb(147,12,133); }

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

<style>
 a { background-color: #930C85; }

 a { background-color: rgb(147,12,133); }

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

<style>
 span { border-color: #930C85; }

 span { border-color: rgb(147,12,133); }

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