#830297

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

Shades of Dark Magenta #830297

Tints of Dark Magenta #830297

Color information

#830297 (or 0x830297) is unknown color: approx Dark Magenta. HEX triplet: 83, 02 and 97. RGB value is (131,2,151). Sum of RGB (Red+Green+Blue) = 131+2+151=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #830297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830297 is #7CFD68. Grayscale: #393939. Windows color (decimal): -8191337 or 9896579. OLE color: 9896579.

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

Color convert

RGB1312151-
CMYK0.130.9900.41
HSL291.95º97.39%30%-
HSV(B)291.95º98.68%59.22%-
XYZ14.977.129.86-
YUV57.56180.74180.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 151 (59.38% from 255) = 53.17%
R=46.13%
G=0.70%
B=53.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13121510.130.9900.41291.9597.3930
Hex83297D63029124611e
Octal20322271514305144414136
Binary100000111010010111110111000110101001100100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830297; }

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

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

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

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

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

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

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

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