#831C89

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

Shades of Dark Purple #831C89

Tints of Dark Purple #831C89

Color information

#831C89 (or 0x831C89) is unknown color: approx Dark Purple. HEX triplet: 83, 1C and 89. RGB value is (131,28,137). Sum of RGB (Red+Green+Blue) = 131+28+137=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #831C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831C89 is #7CE376. Grayscale: #464646. Windows color (decimal): -8184695 or 8985731. OLE color: 8985731.

HSL color Cylindrical-coordinate representation of color #831C89: hue angle of 296.7º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831C89 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13128137-
CMYK0.040.8000.46
HSL296.7º66.06%32.35%-
HSV(B)296.7º79.56%53.73%-
XYZ14.297.4624.35-
YUV71.22165.12170.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 28 (11.33% from 255) = 9.46%
BLUE value IS 137 (53.91% from 255) = 46.28%
R=44.26%
G=9.46%
B=46.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131281370.040.8000.46296.766.0632.35
Hex831C8945002E1294220
Octal20334211412005645110240
Binary100000111110010001001100101000001011101001010011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831C89; }

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

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

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

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

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

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

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

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