Html Css Color HEX #80627C Old Lavender

📋 copy color: '#80627C'

red 128 ◦ green 98 ◦ blue 124

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

Shades of Old Lavender #80627C

Tints of Old Lavender #80627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 36.57%
G = 28%
B = 35.43%

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

#80627C (or 0x80627C) is known color: Old Lavender. HEX triplet: 80, 62 and 7C. RGB value is (128,98,124). Sum of RGB (Red+Green+Blue) = 128+98+124=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 128 - color contains mainly: red. Hex color #80627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80627C is #7F9D83. Grayscale: #6D6D6D. Windows color (decimal): -8363396 or 8151680. OLE color: 8151680.

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

Color convert

RGB 128 98 124 -
CMYK 0 0.23 0.03 0.50
HSL 308º 0.13% 0.44% -
HSV(B) 308º 0.23% 0.5% -
XYZ 16.91 14.78 21.03 -
YUV 109.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 128 98 124 0 0.23 0.03 0.50 308 0.13 0.44
Hex 80 62 7C 0 17 3 32 134 D 2C
Octal 200 142 174 0 27 3 62 464 15 54
Binary 10000000 1100010 1111100 0 10111 11 110010 100110100 1101 101100

Color Harmonies of #80627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80627C

Black with #80627C

Text Example


Text Example

White with #80627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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