#83607A

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

Shades of Old Lavender #83607A

Tints of Old Lavender #83607A

Color information

#83607A (or 0x83607A) is unknown color: approx Old Lavender. HEX triplet: 83, 60 and 7A. RGB value is (131,96,122). Sum of RGB (Red+Green+Blue) = 131+96+122=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #83607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83607A is #7C9F85. Grayscale: #6D6D6D. Windows color (decimal): -8167302 or 8020099. OLE color: 8020099.

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

Color convert

RGB13196122-
CMYK00.270.070.49
HSL315.43º15.42%44.51%-
HSV(B)315.43º26.72%51.37%-
XYZ17.0614.620.33-
YUV109.43135.1143.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.54%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=37.54%
G=27.51%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319612200.270.070.49315.4315.4244.51
Hex83607A01B73113bf2d
Octal2031401720337614731755
Binary10000011110000011110100110111111100011001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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