#83185F

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

Shades of Dark Purple #83185F

Tints of Dark Purple #83185F

Color information

#83185F (or 0x83185F) is unknown color: approx Dark Purple. HEX triplet: 83, 18 and 5F. RGB value is (131,24,95). Sum of RGB (Red+Green+Blue) = 131+24+95=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #83185F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83185F is #7CE7A0. Grayscale: #3F3F3F. Windows color (decimal): -8185761 or 6232195. OLE color: 6232195.

HSL color Cylindrical-coordinate representation of color #83185F: hue angle of 320.19º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83185F is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1312495-
CMYK00.820.270.49
HSL320.19º69.03%30.39%-
HSV(B)320.19º81.68%51.37%-
XYZ11.756.311.42-
YUV64.09145.45175.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.4%
GREEN value IS 24 (9.77% from 255) = 9.6%
BLUE value IS 95 (37.5% from 255) = 38%
R=52.4%
G=9.6%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131249500.820.270.49320.1969.0330.39
Hex83185F0521B31140451e
Octal203301370122336150010536
Binary100000111100010111110101001011011110001101000000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83185F; }

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

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

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

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

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

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

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

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