Html Css Color HEX #807081 Old Lavender

📋 copy color: '#807081'

red 128 ◦ green 112 ◦ blue 129

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

Shades of Old Lavender #807081

Tints of Old Lavender #807081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

 BLUE value IS 129 (50.78% from 255) = 34.96%

R = 34.69%
G = 30.35%
B = 34.96%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#807081 (or 0x807081) is known color: Old Lavender. HEX triplet: 80, 70 and 81. RGB value is (128,112,129). Sum of RGB (Red+Green+Blue) = 128+112+129=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 129 - color contains mainly: blue. Hex color #807081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807081 is #7F8F7E. Grayscale: #767676. Windows color (decimal): -8359807 or 8482944. OLE color: 8482944.

HSL color Cylindrical-coordinate representation of color #807081: hue angle of 296.47º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #807081 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 112 129 -
CMYK 0.01 0.13 0 0.49
HSL 296.47º 0.07% 0.47% -
HSV(B) 296.47º 0.13% 0.51% -
XYZ 18.66 17.76 23.21 -
YUV 118.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 128 112 129 0.01 0.13 0 0.49 296.47 0.07 0.47
Hex 80 70 81 1 D 0 31 128 7 2F
Octal 200 160 201 1 15 0 61 450 7 57
Binary 10000000 1110000 10000001 1 1101 0 110001 100101000 111 101111

Color Harmonies of #807081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807081

Black with #807081

Text Example


Text Example

White with #807081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807081; }

 p { color: rgb(128,112,129); }

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

background-color css

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

 a { background-color: rgb(128,112,129); }

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

border-color css

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

 span { border-color: rgb(128,112,129); }

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