#830B8D

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

Shades of Dark Magenta #830B8D

Tints of Dark Magenta #830B8D

Color information

#830B8D (or 0x830B8D) is unknown color: approx Dark Magenta. HEX triplet: 83, 0B and 8D. RGB value is (131,11,141). Sum of RGB (Red+Green+Blue) = 131+11+141=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #830B8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830B8D is #7CF472. Grayscale: #3D3D3D. Windows color (decimal): -8189043 or 9243523. OLE color: 9243523.

HSL color Cylindrical-coordinate representation of color #830B8D: hue angle of 295.38º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #830B8D is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13111141-
CMYK0.070.9200.45
HSL295.38º85.53%29.8%-
HSV(B)295.38º92.2%55.29%-
XYZ14.296.9925.8-
YUV61.7172.76177.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 11 (4.69% from 255) = 3.89%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=46.29%
G=3.89%
B=49.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131111410.070.9200.45295.3885.5329.8
Hex83B8D75C02D127561e
Octal20313215713405544712636
Binary1000001110111000110111110111000101101100100111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,11,141); }

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

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

 a { background-color: rgb(131,11,141); }

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

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

 span { border-color: rgb(131,11,141); }

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