#830990

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

Shades of Dark Magenta #830990

Tints of Dark Magenta #830990

Color information

#830990 (or 0x830990) is unknown color: approx Dark Magenta. HEX triplet: 83, 09 and 90. RGB value is (131,9,144). Sum of RGB (Red+Green+Blue) = 131+9+144=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #830990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830990 is #7CF66F. Grayscale: #3C3C3C. Windows color (decimal): -8189552 or 9439619. OLE color: 9439619.

HSL color Cylindrical-coordinate representation of color #830990: hue angle of 294.22º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830990 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1319144-
CMYK0.090.9400.44
HSL294.22º88.24%30%-
HSV(B)294.22º93.75%56.47%-
XYZ14.497.0326.98-
YUV60.87174.92178.02-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 9 (3.91% from 255) = 3.17%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=46.13%
G=3.17%
B=50.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13191440.090.9400.44294.2288.2430
Hex8399095E02C126581e
Octal203112201113605444613036
Binary10000011100110010000100110111100101100100100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830990; }

 p { color: rgb(131,9,144); }

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

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

 a { background-color: rgb(131,9,144); }

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

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

 span { border-color: rgb(131,9,144); }

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