#830693

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

Shades of Dark Magenta #830693

Tints of Dark Magenta #830693

Color information

#830693 (or 0x830693) is unknown color: approx Dark Magenta. HEX triplet: 83, 06 and 93. RGB value is (131,6,147). Sum of RGB (Red+Green+Blue) = 131+6+147=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #830693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830693 is #7CF96C. Grayscale: #3B3B3B. Windows color (decimal): -8190317 or 9635459. OLE color: 9635459.

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

Color convert

RGB1316147-
CMYK0.110.9600.42
HSL293.19º92.16%30%-
HSV(B)293.19º95.92%57.65%-
XYZ14.697.0628.19-
YUV59.45177.41179.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=46.13%
G=2.11%
B=51.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13161470.110.9600.42293.1992.1630
Hex83693B6002A1255c1e
Octal20362231314005244513436
Binary1000001111010010011101111000000101010100100101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830693; }

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

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

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

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

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

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

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

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