#830688

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

Shades of Dark Magenta #830688

Tints of Dark Magenta #830688

Color information

#830688 (or 0x830688) is unknown color: approx Dark Magenta. HEX triplet: 83, 06 and 88. RGB value is (131,6,136). Sum of RGB (Red+Green+Blue) = 131+6+136=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #830688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830688 is #7CF977. Grayscale: #393939. Windows color (decimal): -8190328 or 8914563. OLE color: 8914563.

HSL color Cylindrical-coordinate representation of color #830688: hue angle of 297.69º degrees, saturation: 0.92, 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 #830688 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1316136-
CMYK0.040.9600.47
HSL297.69º91.55%27.84%-
HSV(B)297.69º95.59%53.33%-
XYZ13.876.7323.86-
YUV58.19171.91179.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=47.99%
G=2.20%
B=49.82%

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
Decimal13161360.040.9600.47297.6991.5527.84
Hex8368846002F12a5c1c
Octal2036210414005745213434
Binary100000111101000100010011000000101111100101010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830688; }

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

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

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

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

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

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

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

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