#93188E

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

Shades of Dark Magenta #93188E

Tints of Dark Magenta #93188E

Color information

#93188E (or 0x93188E) is unknown color: approx Dark Magenta. HEX triplet: 93, 18 and 8E. RGB value is (147,24,142). Sum of RGB (Red+Green+Blue) = 147+24+142=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93188E is #6CE771. Grayscale: #494949. Windows color (decimal): -7137138 or 9312403. OLE color: 9312403.

HSL color Cylindrical-coordinate representation of color #93188E: hue angle of 302.44º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93188E is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14724142-
CMYK00.840.030.42
HSL302.44º71.93%33.53%-
HSV(B)302.44º83.67%57.65%-
XYZ17.248.8126.38-
YUV74.23166.25179.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=46.96%
G=7.67%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1472414200.840.030.42302.4471.9333.53
Hex93188E05432A12e4822
Octal22330216012435245611042
Binary10010011110001000111001010100111010101001011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93188E; }

 p { color: rgb(147,24,142); }

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

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

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

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

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

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

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