#846881

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

Shades of Old Lavender #846881

Tints of Old Lavender #846881

Color information

#846881 (or 0x846881) is unknown color: approx Old Lavender. HEX triplet: 84, 68 and 81. RGB value is (132,104,129). Sum of RGB (Red+Green+Blue) = 132+104+129=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 132 - color contains mainly: red. Hex color #846881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846881 is #7B977E. Grayscale: #737373. Windows color (decimal): -8099711 or 8480900. OLE color: 8480900.

HSL color Cylindrical-coordinate representation of color #846881: hue angle of 306.43º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #846881 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB132104129-
CMYK00.210.020.48
HSL306.43º11.86%46.27%-
HSV(B)306.43º21.21%51.76%-
XYZ18.4316.3922.96-
YUV115.22135.78139.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=36.16%
G=28.49%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210412900.210.020.48306.4311.8646.27
Hex846881015230132c2e
Octal2041502010252604621456
Binary10000100110100010000001010101101100001001100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846881; }

 p { color: rgb(132,104,129); }

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

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

 a { background-color: rgb(132,104,129); }

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

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

 span { border-color: rgb(132,104,129); }

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