#930088

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

Shades of Dark Magenta #930088

Tints of Dark Magenta #930088

Color information

#930088 (or 0x930088) is unknown color: approx Dark Magenta. HEX triplet: 93, 00 and 88. RGB value is (147,0,136). Sum of RGB (Red+Green+Blue) = 147+0+136=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #930088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930088 is #6CFF77. Grayscale: #3B3B3B. Windows color (decimal): -7143288 or 8913043. OLE color: 8913043.

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

Color convert

RGB1470136-
CMYK010.070.42
HSL304.49º100%28.82%-
HSV(B)304.49º100%57.65%-
XYZ16.487.9823.96-
YUV59.46171.2190.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 48.06%
R=51.94%
G=0%
B=48.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1470136010.070.42304.4910028.82
Hex9308806472A130641d
Octal2230210014475246014435
Binary1001001101000100001100100111101010100110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930088; }

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

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

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

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

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

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

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

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