#830788

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

Shades of Dark Magenta #830788

Tints of Dark Magenta #830788

Color information

#830788 (or 0x830788) is unknown color: approx Dark Magenta. HEX triplet: 83, 07 and 88. RGB value is (131,7,136). Sum of RGB (Red+Green+Blue) = 131+7+136=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #830788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830788 is #7CF877. Grayscale: #3A3A3A. Windows color (decimal): -8190072 or 8914819. OLE color: 8914819.

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

Color convert

RGB1317136-
CMYK0.040.9500.47
HSL297.67º90.21%28.04%-
HSV(B)297.67º94.85%53.33%-
XYZ13.886.7523.86-
YUV58.78171.58179.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.81%
GREEN value IS 7 (3.12% from 255) = 2.55%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=47.81%
G=2.55%
B=49.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13171360.040.9500.47297.6790.2128.04
Hex8378845F02F12a5a1c
Octal2037210413705745213234
Binary100000111111000100010010111110101111100101010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830788; }

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

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

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

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

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

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

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

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