#930089

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

Shades of Dark Magenta #930089

Tints of Dark Magenta #930089

Color information

#930089 (or 0x930089) is unknown color: approx Dark Magenta. HEX triplet: 93, 00 and 89. RGB value is (147,0,137). Sum of RGB (Red+Green+Blue) = 147+0+137=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #930089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930089 is #6CFF76. Grayscale: #3B3B3B. Windows color (decimal): -7143287 or 8978579. OLE color: 8978579.

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

Color convert

RGB1470137-
CMYK010.070.42
HSL304.08º100%28.82%-
HSV(B)304.08º100%57.65%-
XYZ16.558.0124.34-
YUV59.57171.7190.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 48.24%
R=51.76%
G=0%
B=48.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1470137010.070.42304.0810028.82
Hex9308906472A130641d
Octal2230211014475246014435
Binary1001001101000100101100100111101010100110000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930089; }

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

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

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

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

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

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

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

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