#83316B

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

Shades of Dark Purple #83316B

Tints of Dark Purple #83316B

Color information

#83316B (or 0x83316B) is unknown color: approx Dark Purple. HEX triplet: 83, 31 and 6B. RGB value is (131,49,107). Sum of RGB (Red+Green+Blue) = 131+49+107=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83316B is #7CCE94. Grayscale: #4F4F4F. Windows color (decimal): -8179349 or 7025027. OLE color: 7025027.

HSL color Cylindrical-coordinate representation of color #83316B: hue angle of 317.56º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83316B is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13149107-
CMYK00.630.180.49
HSL317.56º45.56%35.29%-
HSV(B)317.56º62.6%51.37%-
XYZ13.118.0814.78-
YUV80.13143.17164.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=45.64%
G=17.07%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314910700.630.180.49317.5645.5635.29
Hex83316B03F123113e2e23
Octal2036115307722614765643
Binary100000111100011101011011111110010110001100111110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83316B; }

 p { color: rgb(131,49,107); }

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

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

 a { background-color: rgb(131,49,107); }

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

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

 span { border-color: rgb(131,49,107); }

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