#830981

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

Shades of Purple #830981

Tints of Purple #830981

Color information

#830981 (or 0x830981) is unknown color: approx Purple. HEX triplet: 83, 09 and 81. RGB value is (131,9,129). Sum of RGB (Red+Green+Blue) = 131+9+129=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #830981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #830981 is #7CF67E. Grayscale: #3A3A3A. Windows color (decimal): -8189567 or 8456579. OLE color: 8456579.

HSL color Cylindrical-coordinate representation of color #830981: hue angle of 300.98º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #830981 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB1319129-
CMYK00.930.020.49
HSL300.98º87.14%27.45%-
HSV(B)300.98º93.13%51.37%-
XYZ13.426.6121.34-
YUV59.16167.42179.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 9 (3.91% from 255) = 3.35%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=48.70%
G=3.35%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131912900.930.020.49300.9887.1427.45
Hex8398105D23112d571b
Octal20311201013526145512733
Binary100000111001100000010101110110110001100101101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #830981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #830981; }

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

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

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

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

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

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

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

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