Html Css Color HEX #821683 Dark Purple

📋 copy color: '#821683'

red 130 ◦ green 22 ◦ blue 131

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

Shades of Dark Purple #821683

Tints of Dark Purple #821683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.29%

R = 45.94%
G = 7.77%
B = 46.29%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#821683 (or 0x821683) is known color: Dark Purple. HEX triplet: 82, 16 and 83. RGB value is (130,22,131). Sum of RGB (Red+Green+Blue) = 130+22+131=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #821683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821683 is #7DE97C. Grayscale: #424242. Windows color (decimal): -8251773 or 8590978. OLE color: 8590978.

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

Color convert

RGB 130 22 131 -
CMYK 0.01 0.83 0 0.49
HSL 299.45º 0.71% 0.3% -
HSV(B) 299.45º 0.83% 0.51% -
XYZ 13.59 6.96 22.1 -
YUV 66.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 130 22 131 0.01 0.83 0 0.49 299.45 0.71 0.3
Hex 82 16 83 1 53 0 31 12B 47 1E
Octal 202 26 203 1 123 0 61 453 107 36
Binary 10000010 10110 10000011 1 1010011 0 110001 100101011 1000111 11110

Color Harmonies of #821683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821683

Black with #821683

Text Example


Text Example

White with #821683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821683; }

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

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

background-color css

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

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

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

border-color css

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

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

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