Html Css Color HEX #822D6F Dark Purple

📋 copy color: '#822D6F'

red 130 ◦ green 45 ◦ blue 111

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

Shades of Dark Purple #822D6F

Tints of Dark Purple #822D6F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 45.45%
G = 15.73%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#822D6F (or 0x822D6F) is known color: Dark Purple. HEX triplet: 82, 2D and 6F. RGB value is (130,45,111). Sum of RGB (Red+Green+Blue) = 130+45+111=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #822D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822D6F is #7DD290. Grayscale: #4D4D4D. Windows color (decimal): -8245905 or 7286146. OLE color: 7286146.

HSL color Cylindrical-coordinate representation of color #822D6F: hue angle of 313.41º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822D6F is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 45 111 -
CMYK 0 0.65 0.15 0.49
HSL 313.41º 0.49% 0.34% -
HSV(B) 313.41º 0.65% 0.51% -
XYZ 13.01 7.77 15.85 -
YUV 77.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 130 45 111 0 0.65 0.15 0.49 313.41 0.49 0.34
Hex 82 2D 6F 0 41 F 31 139 31 22
Octal 202 55 157 0 101 17 61 471 61 42
Binary 10000010 101101 1101111 0 1000001 1111 110001 100111001 110001 100010

Color Harmonies of #822D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D6F

Black with #822D6F

Text Example


Text Example

White with #822D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822D6F; }

 p { color: rgb(130,45,111); }

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

background-color css

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

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

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

border-color css

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

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

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