Html Css Color HEX #817581 Old Lavender

📋 copy color: '#817581'

red 129 ◦ green 117 ◦ blue 129

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

Shades of Old Lavender #817581

Tints of Old Lavender #817581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

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

R = 34.4%
G = 31.2%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#817581 (or 0x817581) is known color: Old Lavender. HEX triplet: 81, 75 and 81. RGB value is (129,117,129). Sum of RGB (Red+Green+Blue) = 129+117+129=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #817581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #817581 is #7E8A7E. Grayscale: #797979. Windows color (decimal): -8292991 or 8484225. OLE color: 8484225.

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

Color convert

RGB 129 117 129 -
CMYK 0 0.09 0 0.49
HSL 300º 0.05% 0.48% -
HSV(B) 300º 0.09% 0.51% -
XYZ 19.38 18.97 23.41 -
YUV 121.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 129 117 129 0 0.09 0 0.49 300 0.05 0.48
Hex 81 75 81 0 9 0 31 12C 5 30
Octal 201 165 201 0 11 0 61 454 5 60
Binary 10000001 1110101 10000001 0 1001 0 110001 100101100 101 110000

Color Harmonies of #817581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817581

Black with #817581

Text Example


Text Example

White with #817581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817581; }

 p { color: rgb(129,117,129); }

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

background-color css

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

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

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

border-color css

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

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

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