Html Css Color HEX #821E87 Dark Purple

📋 copy color: '#821E87'

red 130 ◦ green 30 ◦ blue 135

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

Shades of Dark Purple #821E87

Tints of Dark Purple #821E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 45.76%

R = 44.07%
G = 10.17%
B = 45.76%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#821E87 (or 0x821E87) is known color: Dark Purple. HEX triplet: 82, 1E and 87. RGB value is (130,30,135). Sum of RGB (Red+Green+Blue) = 130+30+135=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #821E87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E87 is #7DE178. Grayscale: #474747. Windows color (decimal): -8249721 or 8855170. OLE color: 8855170.

HSL color Cylindrical-coordinate representation of color #821E87: hue angle of 297.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821E87 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 30 135 -
CMYK 0.04 0.78 0 0.47
HSL 297.14º 0.64% 0.32% -
HSV(B) 297.14º 0.78% 0.53% -
XYZ 14.04 7.42 23.61 -
YUV 71.87 163.63 169.46 -
System Red Green Blue C M Y K H S L
Decimal 130 30 135 0.04 0.78 0 0.47 297.14 0.64 0.32
Hex 82 1E 87 4 4E 0 2F 129 40 20
Octal 202 36 207 4 116 0 57 451 100 40
Binary 10000010 11110 10000111 100 1001110 0 101111 100101001 1000000 100000

Color Harmonies of #821E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E87

Black with #821E87

Text Example


Text Example

White with #821E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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