#930084

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

Shades of Dark Magenta #930084

Tints of Dark Magenta #930084

Color information

#930084 (or 0x930084) is unknown color: approx Dark Magenta. HEX triplet: 93, 00 and 84. RGB value is (147,0,132). Sum of RGB (Red+Green+Blue) = 147+0+132=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #930084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930084 is #6CFF7B. Grayscale: #3A3A3A. Windows color (decimal): -7143292 or 8650899. OLE color: 8650899.

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

Color convert

RGB1470132-
CMYK010.100.42
HSL306.12º100%28.82%-
HSV(B)306.12º100%57.65%-
XYZ16.27.8722.49-
YUV59169.2190.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=52.69%
G=0%
B=47.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1470132010.100.42306.1210028.82
Hex93084064A2A132641d
Octal22302040144125246214435
Binary10010011010000100011001001010101010100110010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930084; }

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

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

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

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

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

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

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

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