Html Css Color HEX #817082 Old Lavender

📋 copy color: '#817082'

red 129 ◦ green 112 ◦ blue 130

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

Shades of Old Lavender #817082

Tints of Old Lavender #817082

RGB

 RED value IS 129 (50.78% from 255) = 34.77%

 GREEN value IS 112 (44.14% from 255) = 30.19%

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

R = 34.77%
G = 30.19%
B = 35.04%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#817082 (or 0x817082) is known color: Old Lavender. HEX triplet: 81, 70 and 82. RGB value is (129,112,130). Sum of RGB (Red+Green+Blue) = 129+112+130=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 130 - color contains mainly: blue. Hex color #817082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817082 is #7E8F7D. Grayscale: #777777. Windows color (decimal): -8294270 or 8548481. OLE color: 8548481.

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

Color convert

RGB 129 112 130 -
CMYK 0.01 0.14 0 0.49
HSL 296.67º 0.07% 0.47% -
HSV(B) 296.67º 0.14% 0.51% -
XYZ 18.88 17.87 23.57 -
YUV 119.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 129 112 130 0.01 0.14 0 0.49 296.67 0.07 0.47
Hex 81 70 82 1 E 0 31 129 7 2F
Octal 201 160 202 1 16 0 61 451 7 57
Binary 10000001 1110000 10000010 1 1110 0 110001 100101001 111 101111

Color Harmonies of #817082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817082

Black with #817082

Text Example


Text Example

White with #817082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817082; }

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

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

background-color css

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

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

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

border-color css

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

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

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