Html Css Color HEX #821686 Purple

📋 copy color: '#821686'

red 130 ◦ green 22 ◦ blue 134

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

Shades of Purple #821686

Tints of Purple #821686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

 BLUE value IS 134 (52.73% from 255) = 46.85%

R = 45.45%
G = 7.69%
B = 46.85%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#821686 (or 0x821686) is known color: Purple. HEX triplet: 82, 16 and 86. RGB value is (130,22,134). Sum of RGB (Red+Green+Blue) = 130+22+134=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #821686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821686 is #7DE979. Grayscale: #424242. Windows color (decimal): -8251770 or 8787586. OLE color: 8787586.

HSL color Cylindrical-coordinate representation of color #821686: hue angle of 297.86º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821686 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 22 134 -
CMYK 0.03 0.84 0 0.47
HSL 297.86º 0.72% 0.31% -
HSV(B) 297.86º 0.84% 0.53% -
XYZ 13.8 7.04 23.19 -
YUV 67.06 165.78 172.89 -
System Red Green Blue C M Y K H S L
Decimal 130 22 134 0.03 0.84 0 0.47 297.86 0.72 0.31
Hex 82 16 86 3 54 0 2F 12A 48 1F
Octal 202 26 206 3 124 0 57 452 110 37
Binary 10000010 10110 10000110 11 1010100 0 101111 100101010 1001000 11111

Color Harmonies of #821686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821686

Black with #821686

Text Example


Text Example

White with #821686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821686; }

 p { color: rgb(130,22,134); }

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

background-color css

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

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

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

border-color css

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

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

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