#930183

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

Shades of Dark Magenta #930183

Tints of Dark Magenta #930183

Color information

#930183 (or 0x930183) is unknown color: approx Dark Magenta. HEX triplet: 93, 01 and 83. RGB value is (147,1,131). Sum of RGB (Red+Green+Blue) = 147+1+131=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #930183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930183 is #6CFE7C. Grayscale: #3B3B3B. Windows color (decimal): -7143037 or 8585619. OLE color: 8585619.

HSL color Cylindrical-coordinate representation of color #930183: hue angle of 306.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930183 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB1471131-
CMYK00.990.110.42
HSL306.58º98.65%29.02%-
HSV(B)306.58º99.32%57.65%-
XYZ16.147.8622.14-
YUV59.47168.37190.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=52.69%
G=0.36%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147113100.990.110.42306.5898.6529.02
Hex93183063B2A133631d
Octal22312030143135246314335
Binary10010011110000011011000111011101010100110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930183; }

 p { color: rgb(147,1,131); }

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

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

 a { background-color: rgb(147,1,131); }

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

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

 span { border-color: rgb(147,1,131); }

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