#835876

Color #835876 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #835876

Tints of Old Lavender #835876

Color information

#835876 (or 0x835876) is unknown color: approx Old Lavender. HEX triplet: 83, 58 and 76. RGB value is (131,88,118). Sum of RGB (Red+Green+Blue) = 131+88+118=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #835876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835876 is #7CA789. Grayscale: #686868. Windows color (decimal): -8169354 or 7755907. OLE color: 7755907.

HSL color Cylindrical-coordinate representation of color #835876: hue angle of 318.14º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #835876 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB13188118-
CMYK00.330.100.49
HSL318.14º19.63%42.94%-
HSV(B)318.14º32.82%51.37%-
XYZ16.1213.1118.82-
YUV104.28135.75147.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=38.87%
G=26.11%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318811800.330.100.49318.1419.6342.94
Hex835876021A3113e142b
Octal20313016604112614762453
Binary10000011101100011101100100001101011000110011111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835876; }

 p { color: rgb(131,88,118); }

 H1.HeaderClassName
 {
   color: #835876;
 }
 .AnyTagClassName
 {
   color: #835876;
 }
</style>
background-color css

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

 a { background-color: rgb(131,88,118); }

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

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

 span { border-color: rgb(131,88,118); }

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