#830588

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

Shades of Dark Magenta #830588

Tints of Dark Magenta #830588

Color information

#830588 (or 0x830588) is unknown color: approx Dark Magenta. HEX triplet: 83, 05 and 88. RGB value is (131,5,136). Sum of RGB (Red+Green+Blue) = 131+5+136=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #830588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830588 is #7CFA77. Grayscale: #393939. Windows color (decimal): -8190584 or 8914307. OLE color: 8914307.

HSL color Cylindrical-coordinate representation of color #830588: hue angle of 297.71º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #830588 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1315136-
CMYK0.040.9600.47
HSL297.71º92.91%27.65%-
HSV(B)297.71º96.32%53.33%-
XYZ13.866.7123.86-
YUV57.61172.24180.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 5 (2.34% from 255) = 1.84%
BLUE value IS 136 (53.52% from 255) = 50%
R=48.16%
G=1.84%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13151360.040.9600.47297.7192.9127.65
Hex8358846002F12a5d1c
Octal2035210414005745213534
Binary100000111011000100010011000000101111100101010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830588; }

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

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

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

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

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

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

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

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