#830291

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

Shades of Dark Magenta #830291

Tints of Dark Magenta #830291

Color information

#830291 (or 0x830291) is unknown color: approx Dark Magenta. HEX triplet: 83, 02 and 91. RGB value is (131,2,145). Sum of RGB (Red+Green+Blue) = 131+2+145=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #830291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830291 is #7CFD6E. Grayscale: #383838. Windows color (decimal): -8191343 or 9503363. OLE color: 9503363.

HSL color Cylindrical-coordinate representation of color #830291: hue angle of 294.13º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #830291 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1312145-
CMYK0.100.9900.43
HSL294.13º97.28%28.82%-
HSV(B)294.13º98.62%56.86%-
XYZ14.496.9127.36-
YUV56.87177.74180.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=47.12%
G=0.72%
B=52.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13121450.100.9900.43294.1397.2828.82
Hex83291A6302B126611d
Octal20322211214305344614135
Binary100000111010010001101011000110101011100100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830291; }

 p { color: rgb(131,2,145); }

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

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

 a { background-color: rgb(131,2,145); }

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

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

 span { border-color: rgb(131,2,145); }

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