#83156C

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

Shades of Dark Purple #83156C

Tints of Dark Purple #83156C

Color information

#83156C (or 0x83156C) is unknown color: approx Dark Purple. HEX triplet: 83, 15 and 6C. RGB value is (131,21,108). Sum of RGB (Red+Green+Blue) = 131+21+108=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #83156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83156C is #7CEA93. Grayscale: #3F3F3F. Windows color (decimal): -8186516 or 7083395. OLE color: 7083395.

HSL color Cylindrical-coordinate representation of color #83156C: hue angle of 312.55º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83156C is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13121108-
CMYK00.840.180.49
HSL312.55º72.37%29.8%-
HSV(B)312.55º83.97%51.37%-
XYZ12.346.4414.78-
YUV63.81152.94175.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.38%
GREEN value IS 21 (8.59% from 255) = 8.08%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=50.38%
G=8.08%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1312110800.840.180.49312.5572.3729.8
Hex83156C0541231139481e
Octal203251540124226147111036
Binary100000111010111011000101010010010110001100111001100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83156C; }

 p { color: rgb(131,21,108); }

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

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

 a { background-color: rgb(131,21,108); }

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

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

 span { border-color: rgb(131,21,108); }

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