#800693

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

Shades of Dark Magenta #800693

Tints of Dark Magenta #800693

Color information

#800693 (or 0x800693) is unknown color: approx Dark Magenta. HEX triplet: 80, 06 and 93. RGB value is (128,6,147). Sum of RGB (Red+Green+Blue) = 128+6+147=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #800693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800693 is #7FF96C. Grayscale: #3A3A3A. Windows color (decimal): -8386925 or 9635456. OLE color: 9635456.

HSL color Cylindrical-coordinate representation of color #800693: hue angle of 291.91º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800693 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1286147-
CMYK0.130.9600.42
HSL291.91º92.16%30%-
HSV(B)291.91º95.92%57.65%-
XYZ14.236.8328.17-
YUV58.55177.92177.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=45.55%
G=2.14%
B=52.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12861470.130.9600.42291.9192.1630
Hex80693D6002A1245c1e
Octal20062231514005244413436
Binary1000000011010010011110111000000101010100100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800693; }

 p { color: rgb(128,6,147); }

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

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

 a { background-color: rgb(128,6,147); }

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

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

 span { border-color: rgb(128,6,147); }

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