Html Css Color HEX #80617A Old Lavender

📋 copy color: '#80617A'

red 128 ◦ green 97 ◦ blue 122

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

Shades of Old Lavender #80617A

Tints of Old Lavender #80617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 122 (48.05% from 255) = 35.16%

R = 36.89%
G = 27.95%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#80617A (or 0x80617A) is known color: Old Lavender. HEX triplet: 80, 61 and 7A. RGB value is (128,97,122). Sum of RGB (Red+Green+Blue) = 128+97+122=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #80617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80617A is #7F9E85. Grayscale: #6D6D6D. Windows color (decimal): -8363654 or 8020352. OLE color: 8020352.

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

Color convert

RGB 128 97 122 -
CMYK 0 0.24 0.05 0.50
HSL 311.61º 0.14% 0.44% -
HSV(B) 311.61º 0.24% 0.5% -
XYZ 16.69 14.54 20.34 -
YUV 109.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 128 97 122 0 0.24 0.05 0.50 311.61 0.14 0.44
Hex 80 61 7A 0 18 5 32 138 E 2C
Octal 200 141 172 0 30 5 62 470 16 54
Binary 10000000 1100001 1111010 0 11000 101 110010 100111000 1110 101100

Color Harmonies of #80617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80617A

Black with #80617A

Text Example


Text Example

White with #80617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80617A; }

 p { color: rgb(128,97,122); }

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

background-color css

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

 a { background-color: rgb(128,97,122); }

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

border-color css

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

 span { border-color: rgb(128,97,122); }

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