#83386E

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

Shades of Dark Purple #83386E

Tints of Dark Purple #83386E

Color information

#83386E (or 0x83386E) is unknown color: approx Dark Purple. HEX triplet: 83, 38 and 6E. RGB value is (131,56,110). Sum of RGB (Red+Green+Blue) = 131+56+110=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #83386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83386E is #7CC791. Grayscale: #545454. Windows color (decimal): -8177554 or 7223427. OLE color: 7223427.

HSL color Cylindrical-coordinate representation of color #83386E: hue angle of 316.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83386E is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13156110-
CMYK00.570.160.49
HSL316.8º40.11%36.67%-
HSV(B)316.8º57.25%51.37%-
XYZ13.598.7815.73-
YUV84.58142.35161.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=44.11%
G=18.86%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1315611000.570.160.49316.840.1136.67
Hex83386E039103113d2825
Octal2037015607120614755045
Binary100000111110001101110011100110000110001100111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83386E; }

 p { color: rgb(131,56,110); }

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

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

 a { background-color: rgb(131,56,110); }

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

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

 span { border-color: rgb(131,56,110); }

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