Html Css Color HEX #821882 Dark Purple

📋 copy color: '#821882'

red 130 ◦ green 24 ◦ blue 130

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

Shades of Dark Purple #821882

Tints of Dark Purple #821882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.45%

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 45.77%
G = 8.45%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#821882 (or 0x821882) is known color: Dark Purple. HEX triplet: 82, 18 and 82. RGB value is (130,24,130). Sum of RGB (Red+Green+Blue) = 130+24+130=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #821882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821882 is #7DE77D. Grayscale: #434343. Windows color (decimal): -8251262 or 8525954. OLE color: 8525954.

HSL color Cylindrical-coordinate representation of color #821882: hue angle of 300º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821882 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 24 130 -
CMYK 0 0.82 0 0.49
HSL 300º 0.69% 0.3% -
HSV(B) 300º 0.82% 0.51% -
XYZ 13.56 7.01 21.76 -
YUV 67.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 130 24 130 0 0.82 0 0.49 300 0.69 0.3
Hex 82 18 82 0 52 0 31 12C 45 1E
Octal 202 30 202 0 122 0 61 454 105 36
Binary 10000010 11000 10000010 0 1010010 0 110001 100101100 1000101 11110

Color Harmonies of #821882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821882

Black with #821882

Text Example


Text Example

White with #821882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821882; }

 p { color: rgb(130,24,130); }

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

background-color css

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

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

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

border-color css

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

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

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