#930A88

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

Shades of Dark Magenta #930A88

Tints of Dark Magenta #930A88

Color information

#930A88 (or 0x930A88) is unknown color: approx Dark Magenta. HEX triplet: 93, 0A and 88. RGB value is (147,10,136). Sum of RGB (Red+Green+Blue) = 147+10+136=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #930A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930A88 is #6CF577. Grayscale: #404040. Windows color (decimal): -7140728 or 8915603. OLE color: 8915603.

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

Color convert

RGB14710136-
CMYK00.930.070.42
HSL304.82º87.26%30.78%-
HSV(B)304.82º93.2%57.65%-
XYZ16.598.224-
YUV65.33167.89186.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 10 (4.30% from 255) = 3.41%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=50.17%
G=3.41%
B=46.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471013600.930.070.42304.8287.2630.78
Hex93A8805D72A131571f
Octal22312210013575246112737
Binary1001001110101000100001011101111101010100110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,10,136); }

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

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

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

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

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

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

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