#83667F

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

Shades of Old Lavender #83667F

Tints of Old Lavender #83667F

Color information

#83667F (or 0x83667F) is unknown color: approx Old Lavender. HEX triplet: 83, 66 and 7F. RGB value is (131,102,127). Sum of RGB (Red+Green+Blue) = 131+102+127=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 131 - color contains mainly: red. Hex color #83667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83667F is #7C9980. Grayscale: #717171. Windows color (decimal): -8165761 or 8349315. OLE color: 8349315.

HSL color Cylindrical-coordinate representation of color #83667F: hue angle of 308.28º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83667F is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB131102127-
CMYK00.220.030.49
HSL308.28º12.45%45.69%-
HSV(B)308.28º22.14%51.37%-
XYZ17.9415.8622.19-
YUV113.52135.61140.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 127 (50% from 255) = 35.28%
R=36.39%
G=28.33%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110212700.220.030.49308.2812.4545.69
Hex83667F016331134c2e
Octal2031461770263614641456
Binary1000001111001101111111010110111100011001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83667F; }

 p { color: rgb(131,102,127); }

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

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

 a { background-color: rgb(131,102,127); }

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

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

 span { border-color: rgb(131,102,127); }

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