Html Css Color HEX #826D81 Old Lavender

📋 copy color: '#826D81'

red 130 ◦ green 109 ◦ blue 129

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

Shades of Old Lavender #826D81

Tints of Old Lavender #826D81

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

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

R = 35.33%
G = 29.62%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#826D81 (or 0x826D81) is known color: Old Lavender. HEX triplet: 82, 6D and 81. RGB value is (130,109,129). Sum of RGB (Red+Green+Blue) = 130+109+129=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #826D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #826D81 is #7D927E. Grayscale: #757575. Windows color (decimal): -8229503 or 8482178. OLE color: 8482178.

HSL color Cylindrical-coordinate representation of color #826D81: hue angle of 302.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #826D81 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 129 -
CMYK 0 0.16 0.01 0.49
HSL 302.86º 0.09% 0.47% -
HSV(B) 302.86º 0.16% 0.51% -
XYZ 18.64 17.27 23.12 -
YUV 117.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 130 109 129 0 0.16 0.01 0.49 302.86 0.09 0.47
Hex 82 6D 81 0 10 1 31 12F 9 2F
Octal 202 155 201 0 20 1 61 457 11 57
Binary 10000010 1101101 10000001 0 10000 1 110001 100101111 1001 101111

Color Harmonies of #826D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D81

Black with #826D81

Text Example


Text Example

White with #826D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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