#82386E

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

Shades of Dark Purple #82386E

Tints of Dark Purple #82386E

Color information

#82386E (or 0x82386E) is unknown color: approx Dark Purple. HEX triplet: 82, 38 and 6E. RGB value is (130,56,110). Sum of RGB (Red+Green+Blue) = 130+56+110=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #82386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82386E is #7DC791. Grayscale: #545454. Windows color (decimal): -8243090 or 7223426. OLE color: 7223426.

HSL color Cylindrical-coordinate representation of color #82386E: hue angle of 316.22º 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 #82386E is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13056110-
CMYK00.570.150.49
HSL316.22º39.78%36.47%-
HSV(B)316.22º56.92%50.98%-
XYZ13.438.715.72-
YUV84.28142.52160.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=43.92%
G=18.92%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305611000.570.150.49316.2239.7836.47
Hex82386E039F3113c2824
Octal2027015607117614745044
Binary10000010111000110111001110011111110001100111100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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