#930886

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

Shades of Dark Magenta #930886

Tints of Dark Magenta #930886

Color information

#930886 (or 0x930886) is unknown color: approx Dark Magenta. HEX triplet: 93, 08 and 86. RGB value is (147,8,134). Sum of RGB (Red+Green+Blue) = 147+8+134=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #930886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930886 is #6CF779. Grayscale: #3F3F3F. Windows color (decimal): -7141242 or 8784019. OLE color: 8784019.

HSL color Cylindrical-coordinate representation of color #930886: hue angle of 305.61º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930886 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB1478134-
CMYK00.950.090.42
HSL305.61º89.68%30.39%-
HSV(B)305.61º94.56%57.65%-
XYZ16.428.123.25-
YUV63.92167.55187.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=50.87%
G=2.77%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147813400.950.090.42305.6189.6830.39
Hex9388605F92A1325a1e
Octal223102060137115246213236
Binary10010011100010000110010111111001101010100110010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930886; }

 p { color: rgb(147,8,134); }

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

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

 a { background-color: rgb(147,8,134); }

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

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

 span { border-color: rgb(147,8,134); }

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