#830998

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

Shades of Dark Magenta #830998

Tints of Dark Magenta #830998

Color information

#830998 (or 0x830998) is unknown color: approx Dark Magenta. HEX triplet: 83, 09 and 98. RGB value is (131,9,152). Sum of RGB (Red+Green+Blue) = 131+9+152=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #830998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830998 is #7CF667. Grayscale: #3D3D3D. Windows color (decimal): -8189544 or 9963907. OLE color: 9963907.

HSL color Cylindrical-coordinate representation of color #830998: hue angle of 291.19º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #830998 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1319152-
CMYK0.140.9400.40
HSL291.19º88.82%31.57%-
HSV(B)291.19º94.08%59.61%-
XYZ15.137.2930.32-
YUV61.78178.92177.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.86%
GREEN value IS 9 (3.91% from 255) = 3.08%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=44.86%
G=3.08%
B=52.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13191520.140.9400.40291.1988.8231.57
Hex83998E5E0281235920
Octal203112301613605044313140
Binary100000111001100110001110101111001010001001000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830998; }

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

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

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

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

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

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

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

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