#830989

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

Shades of Dark Magenta #830989

Tints of Dark Magenta #830989

Color information

#830989 (or 0x830989) is unknown color: approx Dark Magenta. HEX triplet: 83, 09 and 89. RGB value is (131,9,137). Sum of RGB (Red+Green+Blue) = 131+9+137=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #830989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830989 is #7CF676. Grayscale: #3B3B3B. Windows color (decimal): -8189559 or 8980867. OLE color: 8980867.

HSL color Cylindrical-coordinate representation of color #830989: hue angle of 297.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830989 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1319137-
CMYK0.040.9300.46
HSL297.19º87.67%28.63%-
HSV(B)297.19º93.43%53.73%-
XYZ13.976.8324.25-
YUV60.07171.42178.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=47.29%
G=3.25%
B=49.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13191370.040.9300.46297.1987.6728.63
Hex8398945D02E129581d
Octal20311211413505645113035
Binary1000001110011000100110010111010101110100101001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830989; }

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

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

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

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

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

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

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

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