Html Css Color HEX #847184 Old Lavender

📋 copy color: '#847184'

red 132 ◦ green 113 ◦ blue 132

#847184
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lavender #847184

Tints of Old Lavender #847184

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 value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#847184 (or 0x847184) is known color: 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

RGB 132 113 132 -
CMYK 0 0.14 0 0.48
HSL 300º 0.08% 0.48% -
HSV(B) 300º 0.14% 0.52% -
XYZ 19.59 18.38 24.35 -
YUV 120.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 132 113 132 0 0.14 0 0.48 300 0.08 0.48
Hex 84 71 84 0 E 0 30 12C 8 30
Octal 204 161 204 0 16 0 60 454 10 60
Binary 10000100 1110001 10000100 0 1110 0 110000 100101100 1000 110000

Color Harmonies of #847184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847184

Black with #847184

Text Example


Text Example

White with #847184

Text Example


Text Example

HTML Codes & Css Web 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>