Html Css Color HEX #837081 Old Lavender

📋 copy color: '#837081'

red 131 ◦ green 112 ◦ blue 129

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

Shades of Old Lavender #837081

Tints of Old Lavender #837081

RGB

 RED value IS 131 (51.56% from 255) = 35.22%

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

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

R = 35.22%
G = 30.11%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#837081 (or 0x837081) is known color: Old Lavender. HEX triplet: 83, 70 and 81. RGB value is (131,112,129). Sum of RGB (Red+Green+Blue) = 131+112+129=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #837081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837081 is #7C8F7E. Grayscale: #777777. Windows color (decimal): -8163199 or 8482947. OLE color: 8482947.

HSL color Cylindrical-coordinate representation of color #837081: hue angle of 306.32º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837081 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 112 129 -
CMYK 0 0.15 0.02 0.49
HSL 306.32º 0.08% 0.48% -
HSV(B) 306.32º 0.15% 0.51% -
XYZ 19.12 18 23.24 -
YUV 119.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 131 112 129 0 0.15 0.02 0.49 306.32 0.08 0.48
Hex 83 70 81 0 F 2 31 132 8 30
Octal 203 160 201 0 17 2 61 462 10 60
Binary 10000011 1110000 10000001 0 1111 10 110001 100110010 1000 110000

Color Harmonies of #837081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837081

Black with #837081

Text Example


Text Example

White with #837081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837081; }

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

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

background-color css

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

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

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

border-color css

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

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

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