#83627A

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

Shades of Old Lavender #83627A

Tints of Old Lavender #83627A

Color information

#83627A (or 0x83627A) is unknown color: approx Old Lavender. HEX triplet: 83, 62 and 7A. RGB value is (131,98,122). Sum of RGB (Red+Green+Blue) = 131+98+122=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #83627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83627A is #7C9D85. Grayscale: #6E6E6E. Windows color (decimal): -8166790 or 8020611. OLE color: 8020611.

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

Color convert

RGB13198122-
CMYK00.250.070.49
HSL316.36º14.41%44.9%-
HSV(B)316.36º25.19%51.37%-
XYZ17.2414.9720.39-
YUV110.6134.43142.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=37.32%
G=27.92%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319812200.250.070.49316.3614.4144.9
Hex83627A01973113ce2d
Octal2031421720317614741655
Binary10000011110001011110100110011111100011001111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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