#82386B

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

Shades of Dark Purple #82386B

Tints of Dark Purple #82386B

Color information

#82386B (or 0x82386B) is unknown color: approx Dark Purple. HEX triplet: 82, 38 and 6B. RGB value is (130,56,107). Sum of RGB (Red+Green+Blue) = 130+56+107=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82386B is #7DC794. Grayscale: #535353. Windows color (decimal): -8243093 or 7026818. OLE color: 7026818.

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

Color convert

RGB13056107-
CMYK00.570.180.49
HSL318.65º39.78%36.47%-
HSV(B)318.65º56.92%50.98%-
XYZ13.278.6414.88-
YUV83.94141.02160.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=44.37%
G=19.11%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305610700.570.180.49318.6539.7836.47
Hex82386B039123113f2824
Octal2027015307122614775044
Binary100000101110001101011011100110010110001100111111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,56,107); }

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

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

 a { background-color: rgb(130,56,107); }

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

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

 span { border-color: rgb(130,56,107); }

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