#83617A

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

Shades of Old Lavender #83617A

Tints of Old Lavender #83617A

Color information

#83617A (or 0x83617A) is unknown color: approx Old Lavender. HEX triplet: 83, 61 and 7A. RGB value is (131,97,122). Sum of RGB (Red+Green+Blue) = 131+97+122=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #83617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83617A is #7C9E85. Grayscale: #6D6D6D. Windows color (decimal): -8167046 or 8020355. OLE color: 8020355.

HSL color Cylindrical-coordinate representation of color #83617A: hue angle of 315.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83617A is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB13197122-
CMYK00.260.070.49
HSL315.88º14.91%44.71%-
HSV(B)315.88º25.95%51.37%-
XYZ17.1514.7820.36-
YUV110.02134.76142.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.43%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=37.43%
G=27.71%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319712200.260.070.49315.8814.9144.71
Hex83617A01A73113cf2d
Octal2031411720327614741755
Binary10000011110000111110100110101111100011001111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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