Html Css Color HEX #821C80 Dark Purple

📋 copy color: '#821C80'

red 130 ◦ green 28 ◦ blue 128

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

Shades of Dark Purple #821C80

Tints of Dark Purple #821C80

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

 BLUE value IS 128 (50.39% from 255) = 44.76%

R = 45.45%
G = 9.79%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#821C80 (or 0x821C80) is known color: Dark Purple. HEX triplet: 82, 1C and 80. RGB value is (130,28,128). Sum of RGB (Red+Green+Blue) = 130+28+128=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #821C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821C80 is #7DE37F. Grayscale: #454545. Windows color (decimal): -8250240 or 8395906. OLE color: 8395906.

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

Color convert

RGB 130 28 128 -
CMYK 0 0.78 0.02 0.49
HSL 301.18º 0.65% 0.31% -
HSV(B) 301.18º 0.78% 0.51% -
XYZ 13.52 7.13 21.09 -
YUV 69.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 130 28 128 0 0.78 0.02 0.49 301.18 0.65 0.31
Hex 82 1C 80 0 4E 2 31 12D 41 1F
Octal 202 34 200 0 116 2 61 455 101 37
Binary 10000010 11100 10000000 0 1001110 10 110001 100101101 1000001 11111

Color Harmonies of #821C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C80

Black with #821C80

Text Example


Text Example

White with #821C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,28,128); }

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

background-color css

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

 a { background-color: rgb(130,28,128); }

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

border-color css

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

 span { border-color: rgb(130,28,128); }

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