Html Css Color HEX #816079 Old Lavender

📋 copy color: '#816079'

red 129 ◦ green 96 ◦ blue 121

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

Shades of Old Lavender #816079

Tints of Old Lavender #816079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 37.28%
G = 27.75%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#816079 (or 0x816079) is known color: Old Lavender. HEX triplet: 81, 60 and 79. RGB value is (129,96,121). Sum of RGB (Red+Green+Blue) = 129+96+121=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #816079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816079 is #7E9F86. Grayscale: #6C6C6C. Windows color (decimal): -8298375 or 7954561. OLE color: 7954561.

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

Color convert

RGB 129 96 121 -
CMYK 0 0.26 0.06 0.49
HSL 314.55º 0.15% 0.44% -
HSV(B) 314.55º 0.26% 0.51% -
XYZ 16.69 14.41 19.99 -
YUV 108.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 129 96 121 0 0.26 0.06 0.49 314.55 0.15 0.44
Hex 81 60 79 0 1A 6 31 13B F 2C
Octal 201 140 171 0 32 6 61 473 17 54
Binary 10000001 1100000 1111001 0 11010 110 110001 100111011 1111 101100

Color Harmonies of #816079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816079

Black with #816079

Text Example


Text Example

White with #816079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816079; }

 p { color: rgb(129,96,121); }

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

background-color css

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

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

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

border-color css

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

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

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