#830C88

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

Shades of Dark Magenta #830C88

Tints of Dark Magenta #830C88

Color information

#830C88 (or 0x830C88) is unknown color: approx Dark Magenta. HEX triplet: 83, 0C and 88. RGB value is (131,12,136). Sum of RGB (Red+Green+Blue) = 131+12+136=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #830C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830C88 is #7CF377. Grayscale: #3D3D3D. Windows color (decimal): -8188792 or 8916099. OLE color: 8916099.

HSL color Cylindrical-coordinate representation of color #830C88: hue angle of 297.58º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830C88 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13112136-
CMYK0.040.9100.47
HSL297.58º83.78%29.02%-
HSV(B)297.58º91.18%53.33%-
XYZ13.946.8723.88-
YUV61.72169.92177.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 12 (5.08% from 255) = 4.30%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=46.95%
G=4.30%
B=48.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131121360.040.9100.47297.5883.7829.02
Hex83C8845B02F12a541d
Octal20314210413305745212435
Binary1000001111001000100010010110110101111100101010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830C88; }

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

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

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

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

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

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

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

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