#830AAB

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

Shades of Dark Magenta #830AAB

Tints of Dark Magenta #830AAB

Color information

#830AAB (or 0x830AAB) is unknown color: approx Dark Magenta. HEX triplet: 83, 0A and AB. RGB value is (131,10,171). Sum of RGB (Red+Green+Blue) = 131+10+171=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #830AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830AAB is #7CF554. Grayscale: #404040. Windows color (decimal): -8189269 or 11209347. OLE color: 11209347.

HSL color Cylindrical-coordinate representation of color #830AAB: hue angle of 285.09º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830AAB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13110171-
CMYK0.230.9400.33
HSL285.09º88.95%35.49%-
HSV(B)285.09º94.15%67.06%-
XYZ16.827.9839.18-
YUV64.53188.09175.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 10 (4.30% from 255) = 3.21%
BLUE value IS 171 (67.19% from 255) = 54.81%
R=41.99%
G=3.21%
B=54.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131101710.230.9400.33285.0988.9535.49
Hex83AAB175E02111d5923
Octal203122532713604143513143
Binary1000001110101010101110111101111001000011000111011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,10,171); }

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

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

 a { background-color: rgb(131,10,171); }

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

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

 span { border-color: rgb(131,10,171); }

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