#821E89

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

Shades of Dark Purple #821E89

Tints of Dark Purple #821E89

Color information

#821E89 (or 0x821E89) is unknown color: approx Dark Purple. HEX triplet: 82, 1E and 89. RGB value is (130,30,137). Sum of RGB (Red+Green+Blue) = 130+30+137=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #821E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E89 is #7DE176. Grayscale: #474747. Windows color (decimal): -8249719 or 8986242. OLE color: 8986242.

HSL color Cylindrical-coordinate representation of color #821E89: hue angle of 296.07º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821E89 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13030137-
CMYK0.050.7800.46
HSL296.07º64.07%32.75%-
HSV(B)296.07º78.1%53.73%-
XYZ14.197.4824.36-
YUV72.1164.63169.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=43.77%
G=10.10%
B=46.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130301370.050.7800.46296.0764.0732.75
Hex821E8954E02E1284021
Octal20236211511605645010041
Binary100000101111010001001101100111001011101001010001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,30,137); }

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

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

 a { background-color: rgb(130,30,137); }

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

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

 span { border-color: rgb(130,30,137); }

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