Html Css Color HEX #821E84 Dark Purple

📋 copy color: '#821E84'

red 130 ◦ green 30 ◦ blue 132

#821E84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #821E84

Tints of Dark Purple #821E84

RGB

 RED value IS 130 (51.17% from 255) = 44.52%

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 132 (51.95% from 255) = 45.21%

R = 44.52%
G = 10.27%
B = 45.21%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#821E84 (or 0x821E84) is known color: Dark Purple. HEX triplet: 82, 1E and 84. RGB value is (130,30,132). Sum of RGB (Red+Green+Blue) = 130+30+132=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #821E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E84 is #7DE17B. Grayscale: #474747. Windows color (decimal): -8249724 or 8658562. OLE color: 8658562.

HSL color Cylindrical-coordinate representation of color #821E84: hue angle of 298.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E84 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 130 30 132 -
CMYK 0.02 0.77 0 0.48
HSL 298.82º 0.63% 0.32% -
HSV(B) 298.82º 0.77% 0.52% -
XYZ 13.84 7.34 22.52 -
YUV 71.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 130 30 132 0.02 0.77 0 0.48 298.82 0.63 0.32
Hex 82 1E 84 2 4D 0 30 12B 3F 20
Octal 202 36 204 2 115 0 60 453 77 40
Binary 10000010 11110 10000100 10 1001101 0 110000 100101011 111111 100000

Color Harmonies of #821E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E84

Black with #821E84

Text Example


Text Example

White with #821E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #821E84;
 }
 .AnyTagClassName
 {
   color: #821E84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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