#830797

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

Shades of Dark Magenta #830797

Tints of Dark Magenta #830797

Color information

#830797 (or 0x830797) is unknown color: approx Dark Magenta. HEX triplet: 83, 07 and 97. RGB value is (131,7,151). Sum of RGB (Red+Green+Blue) = 131+7+151=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #830797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830797 is #7CF868. Grayscale: #3C3C3C. Windows color (decimal): -8190057 or 9897859. OLE color: 9897859.

HSL color Cylindrical-coordinate representation of color #830797: hue angle of 291.67º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #830797 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1317151-
CMYK0.130.9500.41
HSL291.67º91.14%30.98%-
HSV(B)291.67º95.36%59.22%-
XYZ15.027.2129.88-
YUV60.49179.08178.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 7 (3.12% from 255) = 2.42%
BLUE value IS 151 (59.38% from 255) = 52.25%
R=45.33%
G=2.42%
B=52.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13171510.130.9500.41291.6791.1430.98
Hex83797D5F0291245b1f
Octal20372271513705144413337
Binary1000001111110010111110110111110101001100100100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830797; }

 p { color: rgb(131,7,151); }

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

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

 a { background-color: rgb(131,7,151); }

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

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

 span { border-color: rgb(131,7,151); }

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