#830CAA

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

Shades of Dark Magenta #830CAA

Tints of Dark Magenta #830CAA

Color information

#830CAA (or 0x830CAA) is unknown color: approx Dark Magenta. HEX triplet: 83, 0C and AA. RGB value is (131,12,170). Sum of RGB (Red+Green+Blue) = 131+12+170=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #830CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830CAA is #7CF355. Grayscale: #414141. Windows color (decimal): -8188758 or 11144323. OLE color: 11144323.

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

Color convert

RGB13112170-
CMYK0.230.9300.33
HSL285.19º86.81%35.69%-
HSV(B)285.19º92.94%66.67%-
XYZ16.757.9938.69-
YUV65.59186.92174.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 12 (5.08% from 255) = 3.83%
BLUE value IS 170 (66.80% from 255) = 54.31%
R=41.85%
G=3.83%
B=54.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131121700.230.9300.33285.1986.8135.69
Hex83CAA175D02111d5724
Octal203142522713504143512744
Binary1000001111001010101010111101110101000011000111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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