Html Css Color HEX #817482 Old Lavender

📋 copy color: '#817482'

red 129 ◦ green 116 ◦ blue 130

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

Shades of Old Lavender #817482

Tints of Old Lavender #817482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

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

R = 34.4%
G = 30.93%
B = 34.67%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#817482 (or 0x817482) is known color: Old Lavender. HEX triplet: 81, 74 and 82. RGB value is (129,116,130). Sum of RGB (Red+Green+Blue) = 129+116+130=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 130 - color contains mainly: blue. Hex color #817482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817482 is #7E8B7D. Grayscale: #797979. Windows color (decimal): -8293246 or 8549505. OLE color: 8549505.

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

Color convert

RGB 129 116 130 -
CMYK 0.01 0.11 0 0.49
HSL 295.71º 0.06% 0.48% -
HSV(B) 295.71º 0.11% 0.51% -
XYZ 19.33 18.77 23.72 -
YUV 121.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 129 116 130 0.01 0.11 0 0.49 295.71 0.06 0.48
Hex 81 74 82 1 B 0 31 128 6 30
Octal 201 164 202 1 13 0 61 450 6 60
Binary 10000001 1110100 10000010 1 1011 0 110001 100101000 110 110000

Color Harmonies of #817482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817482

Black with #817482

Text Example


Text Example

White with #817482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817482; }

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

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

background-color css

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

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

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

border-color css

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

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

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