#930893

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

Shades of Dark Magenta #930893

Tints of Dark Magenta #930893

Color information

#930893 (or 0x930893) is unknown color: approx Dark Magenta. HEX triplet: 93, 08 and 93. RGB value is (147,8,147). Sum of RGB (Red+Green+Blue) = 147+8+147=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: red, blue. Hex color #930893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930893 is #6CF76C. Grayscale: #404040. Windows color (decimal): -7141229 or 9635987. OLE color: 9635987.

HSL color Cylindrical-coordinate representation of color #930893: hue angle of 300º 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 #930893 is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1478147-
CMYK00.9500.42
HSL300º89.68%30.39%-
HSV(B)300º94.56%57.65%-
XYZ17.398.4828.32-
YUV65.41174.05186.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.68%
GREEN value IS 8 (3.52% from 255) = 2.65%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=48.68%
G=2.65%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147814700.9500.4230089.6830.39
Hex9389305F02A12c5a1e
Octal22310223013705245413236
Binary10010011100010010011010111110101010100101100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930893; }

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

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

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

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

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

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

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

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