Html Css Color HEX #821C81 Dark Purple

📋 copy color: '#821C81'

red 130 ◦ green 28 ◦ blue 129

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

Shades of Dark Purple #821C81

Tints of Dark Purple #821C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.95%

R = 45.3%
G = 9.76%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#821C81 (or 0x821C81) is known color: Dark Purple. HEX triplet: 82, 1C and 81. RGB value is (130,28,129). Sum of RGB (Red+Green+Blue) = 130+28+129=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #821C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821C81 is #7DE37E. Grayscale: #454545. Windows color (decimal): -8250239 or 8461442. OLE color: 8461442.

HSL color Cylindrical-coordinate representation of color #821C81: hue angle of 300.59º 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 #821C81 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 28 129 -
CMYK 0 0.78 0.01 0.49
HSL 300.59º 0.65% 0.31% -
HSV(B) 300.59º 0.78% 0.51% -
XYZ 13.58 7.16 21.44 -
YUV 70.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 130 28 129 0 0.78 0.01 0.49 300.59 0.65 0.31
Hex 82 1C 81 0 4E 1 31 12D 41 1F
Octal 202 34 201 0 116 1 61 455 101 37
Binary 10000010 11100 10000001 0 1001110 1 110001 100101101 1000001 11111

Color Harmonies of #821C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C81

Black with #821C81

Text Example


Text Example

White with #821C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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