#847184

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

Shades of Old Lavender #847184

Tints of Old Lavender #847184

Color information

#847184 (or 0x847184) is unknown color: approx Old Lavender. HEX triplet: 84, 71 and 84. RGB value is (132,113,132). Sum of RGB (Red+Green+Blue) = 132+113+132=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #847184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847184 is #7B8E7B. Grayscale: #787878. Windows color (decimal): -8097404 or 8679812. OLE color: 8679812.

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

Color convert

RGB132113132-
CMYK00.1400.48
HSL300º7.76%48.04%-
HSV(B)300º14.39%51.76%-
XYZ19.5918.3824.35-
YUV120.85134.29135.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=35.01%
G=29.97%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211313200.1400.483007.7648.04
Hex8471840E03012c830
Octal2041612040160604541060
Binary100001001110001100001000111001100001001011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847184; }

 p { color: rgb(132,113,132); }

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

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

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

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

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

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

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