#82366E

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

Shades of Dark Purple #82366E

Tints of Dark Purple #82366E

Color information

#82366E (or 0x82366E) is unknown color: approx Dark Purple. HEX triplet: 82, 36 and 6E. RGB value is (130,54,110). Sum of RGB (Red+Green+Blue) = 130+54+110=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82366E is #7DC991. Grayscale: #525252. Windows color (decimal): -8243602 or 7222914. OLE color: 7222914.

HSL color Cylindrical-coordinate representation of color #82366E: hue angle of 315.79º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82366E is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13054110-
CMYK00.580.150.49
HSL315.79º41.3%36.08%-
HSV(B)315.79º58.46%50.98%-
XYZ13.348.5115.69-
YUV83.11143.18161.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 54 (21.48% from 255) = 18.37%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=44.22%
G=18.37%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305411000.580.150.49315.7941.336.08
Hex82366E03AF3113c2924
Octal2026615607217614745144
Binary10000010110110110111001110101111110001100111100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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