#831886

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

Shades of Dark Purple #831886

Tints of Dark Purple #831886

Color information

#831886 (or 0x831886) is unknown color: approx Dark Purple. HEX triplet: 83, 18 and 86. RGB value is (131,24,134). Sum of RGB (Red+Green+Blue) = 131+24+134=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #831886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831886 is #7CE779. Grayscale: #444444. Windows color (decimal): -8185722 or 8788099. OLE color: 8788099.

HSL color Cylindrical-coordinate representation of color #831886: hue angle of 298.36º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #831886 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13124134-
CMYK0.020.8200.47
HSL298.36º69.62%30.98%-
HSV(B)298.36º82.09%52.55%-
XYZ13.997.223.21-
YUV68.53164.95172.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=45.33%
G=8.30%
B=46.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131241340.020.8200.47298.3669.6230.98
Hex83188625202F12a461f
Octal20330206212205745210637
Binary1000001111000100001101010100100101111100101010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831886; }

 p { color: rgb(131,24,134); }

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

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

 a { background-color: rgb(131,24,134); }

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

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

 span { border-color: rgb(131,24,134); }

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