Html Css Color HEX #80647D Old Lavender

📋 copy color: '#80647D'

red 128 ◦ green 100 ◦ blue 125

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

Shades of Old Lavender #80647D

Tints of Old Lavender #80647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

 BLUE value IS 125 (49.22% from 255) = 35.41%

R = 36.26%
G = 28.33%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80647D (or 0x80647D) is known color: Old Lavender. HEX triplet: 80, 64 and 7D. RGB value is (128,100,125). Sum of RGB (Red+Green+Blue) = 128+100+125=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80647D is #7F9B82. Grayscale: #6F6F6F. Windows color (decimal): -8362883 or 8217728. OLE color: 8217728.

HSL color Cylindrical-coordinate representation of color #80647D: hue angle of 306.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80647D is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 125 -
CMYK 0 0.22 0.02 0.50
HSL 306.43º 0.12% 0.45% -
HSV(B) 306.43º 0.22% 0.5% -
XYZ 17.16 15.18 21.43 -
YUV 111.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 128 100 125 0 0.22 0.02 0.50 306.43 0.12 0.45
Hex 80 64 7D 0 16 2 32 132 C 2D
Octal 200 144 175 0 26 2 62 462 14 55
Binary 10000000 1100100 1111101 0 10110 10 110010 100110010 1100 101101

Color Harmonies of #80647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80647D

Black with #80647D

Text Example


Text Example

White with #80647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80647D; }

 p { color: rgb(128,100,125); }

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

background-color css

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

 a { background-color: rgb(128,100,125); }

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

border-color css

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

 span { border-color: rgb(128,100,125); }

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