#830396

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

Shades of Dark Magenta #830396

Tints of Dark Magenta #830396

Color information

#830396 (or 0x830396) is unknown color: approx Dark Magenta. HEX triplet: 83, 03 and 96. RGB value is (131,3,150). Sum of RGB (Red+Green+Blue) = 131+3+150=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #830396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830396 is #7CFC69. Grayscale: #393939. Windows color (decimal): -8191082 or 9831299. OLE color: 9831299.

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

Color convert

RGB1313150-
CMYK0.130.9800.41
HSL292.24º96.08%30%-
HSV(B)292.24º98%58.82%-
XYZ14.97.0929.44-
YUV58.03179.91180.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=46.13%
G=1.06%
B=52.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13131500.130.9800.41292.2496.0830
Hex83396D62029124601e
Octal20332261514205144414036
Binary100000111110010110110111000100101001100100100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830396; }

 p { color: rgb(131,3,150); }

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

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

 a { background-color: rgb(131,3,150); }

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

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

 span { border-color: rgb(131,3,150); }

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