#830ea2

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

Shades of Dark Magenta #830EA2

Tints of Dark Magenta #830EA2

Color information

#830EA2 (or 0x830EA2) is unknown color: approx Dark Magenta. HEX triplet: 83, 0E and A2. RGB value is (131,14,162). Sum of RGB (Red+Green+Blue) = 131+14+162=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #830EA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830EA2 is #7CF15D. Grayscale: #414141. Windows color (decimal): -8188254 or 10620547. OLE color: 10620547.

HSL color Cylindrical-coordinate representation of color #830EA2: hue angle of 287.43º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #830EA2 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13114162-
CMYK0.190.9100.36
HSL287.43º84.09%34.51%-
HSV(B)287.43º91.36%63.53%-
XYZ16.047.7534.83-
YUV65.86182.26174.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 14 (5.86% from 255) = 4.56%
BLUE value IS 162 (63.67% from 255) = 52.77%
R=42.67%
G=4.56%
B=52.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131141620.190.9100.36287.4384.0934.51
Hex83EA2135B02411f5423
Octal203162422313304443712443
Binary1000001111101010001010011101101101001001000111111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830ea2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,14,162); }

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

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

 a { background-color: rgb(131,14,162); }

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

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

 span { border-color: rgb(131,14,162); }

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