Html Css Color HEX #806079 Old Lavender

📋 copy color: '#806079'

red 128 ◦ green 96 ◦ blue 121

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

Shades of Old Lavender #806079

Tints of Old Lavender #806079

RGB

 RED value IS 128 (50.39% from 255) = 37.1%

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

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

R = 37.1%
G = 27.83%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#806079 (or 0x806079) is known color: Old Lavender. HEX triplet: 80, 60 and 79. RGB value is (128,96,121). Sum of RGB (Red+Green+Blue) = 128+96+121=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #806079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806079 is #7F9F86. Grayscale: #6C6C6C. Windows color (decimal): -8363911 or 7954560. OLE color: 7954560.

HSL color Cylindrical-coordinate representation of color #806079: hue angle of 313.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806079 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 121 -
CMYK 0 0.25 0.05 0.50
HSL 313.13º 0.14% 0.44% -
HSV(B) 313.13º 0.25% 0.5% -
XYZ 16.54 14.34 19.98 -
YUV 108.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 128 96 121 0 0.25 0.05 0.50 313.13 0.14 0.44
Hex 80 60 79 0 19 5 32 139 E 2C
Octal 200 140 171 0 31 5 62 471 16 54
Binary 10000000 1100000 1111001 0 11001 101 110010 100111001 1110 101100

Color Harmonies of #806079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806079

Black with #806079

Text Example


Text Example

White with #806079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806079; }

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

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

background-color css

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

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

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

border-color css

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

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

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