Html Css Color HEX #80637D Old Lavender

📋 copy color: '#80637D'

red 128 ◦ green 99 ◦ blue 125

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

Shades of Old Lavender #80637D

Tints of Old Lavender #80637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 36.36%
G = 28.13%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80637D (or 0x80637D) is known color: Old Lavender. HEX triplet: 80, 63 and 7D. RGB value is (128,99,125). Sum of RGB (Red+Green+Blue) = 128+99+125=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #80637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80637D is #7F9C82. Grayscale: #6E6E6E. Windows color (decimal): -8363139 or 8217472. OLE color: 8217472.

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

Color convert

RGB 128 99 125 -
CMYK 0 0.23 0.02 0.50
HSL 306.21º 0.13% 0.45% -
HSV(B) 306.21º 0.23% 0.5% -
XYZ 17.07 14.99 21.4 -
YUV 110.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 128 99 125 0 0.23 0.02 0.50 306.21 0.13 0.45
Hex 80 63 7D 0 17 2 32 132 D 2D
Octal 200 143 175 0 27 2 62 462 15 55
Binary 10000000 1100011 1111101 0 10111 10 110010 100110010 1101 101101

Color Harmonies of #80637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80637D

Black with #80637D

Text Example


Text Example

White with #80637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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