#830AAC

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

Shades of Dark Magenta #830AAC

Tints of Dark Magenta #830AAC

Color information

#830AAC (or 0x830AAC) is unknown color: approx Dark Magenta. HEX triplet: 83, 0A and AC. RGB value is (131,10,172). Sum of RGB (Red+Green+Blue) = 131+10+172=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #830AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830AAC is #7CF553. Grayscale: #404040. Windows color (decimal): -8189268 or 11274883. OLE color: 11274883.

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

Color convert

RGB13110172-
CMYK0.240.9400.33
HSL284.81º89.01%35.69%-
HSV(B)284.81º94.19%67.45%-
XYZ16.928.0239.69-
YUV64.65188.59175.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 10 (4.30% from 255) = 3.19%
BLUE value IS 172 (67.58% from 255) = 54.95%
R=41.85%
G=3.19%
B=54.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131101720.240.9400.33284.8189.0135.69
Hex83AAC185E02111d5924
Octal203122543013604143513144
Binary1000001110101010110011000101111001000011000111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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