Html Css Color HEX #80637C Old Lavender

📋 copy color: '#80637C'

red 128 ◦ green 99 ◦ blue 124

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

Shades of Old Lavender #80637C

Tints of Old Lavender #80637C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 36.47%
G = 28.21%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#80637C (or 0x80637C) is known color: Old Lavender. HEX triplet: 80, 63 and 7C. RGB value is (128,99,124). Sum of RGB (Red+Green+Blue) = 128+99+124=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #80637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80637C is #7F9C83. Grayscale: #6E6E6E. Windows color (decimal): -8363140 or 8151936. OLE color: 8151936.

HSL color Cylindrical-coordinate representation of color #80637C: hue angle of 308.28º 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 #80637C is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 99 124 -
CMYK 0 0.23 0.03 0.50
HSL 308.28º 0.13% 0.45% -
HSV(B) 308.28º 0.23% 0.5% -
XYZ 17 14.97 21.06 -
YUV 110.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 128 99 124 0 0.23 0.03 0.50 308.28 0.13 0.45
Hex 80 63 7C 0 17 3 32 134 D 2D
Octal 200 143 174 0 27 3 62 464 15 55
Binary 10000000 1100011 1111100 0 10111 11 110010 100110100 1101 101101

Color Harmonies of #80637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80637C

Black with #80637C

Text Example


Text Example

White with #80637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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