#821A5E

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

Shades of Dark Purple #821A5E

Tints of Dark Purple #821A5E

Color information

#821A5E (or 0x821A5E) is unknown color: approx Dark Purple. HEX triplet: 82, 1A and 5E. RGB value is (130,26,94). Sum of RGB (Red+Green+Blue) = 130+26+94=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #821A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A5E is #7DE5A1. Grayscale: #404040. Windows color (decimal): -8250786 or 6167170. OLE color: 6167170.

HSL color Cylindrical-coordinate representation of color #821A5E: hue angle of 320.77º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821A5E is Cyan = 0, Magento = 0.8, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1302694-
CMYK00.80.280.49
HSL320.77º66.67%30.59%-
HSV(B)320.77º80%50.98%-
XYZ11.66.2911.19-
YUV64.85144.46174.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=52%
G=10.4%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130269400.80.280.49320.7766.6730.59
Hex821A5E0501C31141431f
Octal202321360120346150110337
Binary100000101101010111100101000011100110001101000001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821A5E; }

 p { color: rgb(130,26,94); }

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

<style>
 a { background-color: #821A5E; }

 a { background-color: rgb(130,26,94); }

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

<style>
 span { border-color: #821A5E; }

 span { border-color: rgb(130,26,94); }

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