#830595

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

Shades of Dark Magenta #830595

Tints of Dark Magenta #830595

Color information

#830595 (or 0x830595) is unknown color: approx Dark Magenta. HEX triplet: 83, 05 and 95. RGB value is (131,5,149). Sum of RGB (Red+Green+Blue) = 131+5+149=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #830595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830595 is #7CFA6A. Grayscale: #3A3A3A. Windows color (decimal): -8190571 or 9766275. OLE color: 9766275.

HSL color Cylindrical-coordinate representation of color #830595: hue angle of 292.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830595 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1315149-
CMYK0.120.9700.42
HSL292.5º93.51%30.2%-
HSV(B)292.5º96.64%58.43%-
XYZ14.847.129.02-
YUV59.09178.74179.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 5 (2.34% from 255) = 1.75%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=45.96%
G=1.75%
B=52.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13151490.120.9700.42292.593.5130.2
Hex83595C6102A1245e1e
Octal20352251414105244413636
Binary1000001110110010101110011000010101010100100100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830595; }

 p { color: rgb(131,5,149); }

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

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

 a { background-color: rgb(131,5,149); }

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

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

 span { border-color: rgb(131,5,149); }

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