Html Css Color HEX #847182 Old Lavender

📋 copy color: '#847182'

red 132 ◦ green 113 ◦ blue 130

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

Shades of Old Lavender #847182

Tints of Old Lavender #847182

RGB

 RED value IS 132 (51.95% from 255) = 35.2%

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 35.2%
G = 30.13%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#847182 (or 0x847182) is known color: Old Lavender. HEX triplet: 84, 71 and 82. RGB value is (132,113,130). Sum of RGB (Red+Green+Blue) = 132+113+130=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #847182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847182 is #7B8E7D. Grayscale: #787878. Windows color (decimal): -8097406 or 8548740. OLE color: 8548740.

HSL color Cylindrical-coordinate representation of color #847182: hue angle of 306.32º 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 #847182 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 113 130 -
CMYK 0 0.14 0.02 0.48
HSL 306.32º 0.08% 0.48% -
HSV(B) 306.32º 0.14% 0.52% -
XYZ 19.45 18.33 23.63 -
YUV 120.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 132 113 130 0 0.14 0.02 0.48 306.32 0.08 0.48
Hex 84 71 82 0 E 2 30 132 8 30
Octal 204 161 202 0 16 2 60 462 10 60
Binary 10000100 1110001 10000010 0 1110 10 110000 100110010 1000 110000

Color Harmonies of #847182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847182

Black with #847182

Text Example


Text Example

White with #847182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847182; }

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

 H1.HeaderClassName
 {
   color: #847182;
 }
 .AnyTagClassName
 {
   color: #847182;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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