Html Css Color HEX #84667F Old Lavender

📋 copy color: '#84667F'

red 132 ◦ green 102 ◦ blue 127

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

Shades of Old Lavender #84667F

Tints of Old Lavender #84667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

 BLUE value IS 127 (50% from 255) = 35.18%

R = 36.57%
G = 28.25%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#84667F (or 0x84667F) is known color: Old Lavender. HEX triplet: 84, 66 and 7F. RGB value is (132,102,127). Sum of RGB (Red+Green+Blue) = 132+102+127=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #84667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84667F is #7B9980. Grayscale: #717171. Windows color (decimal): -8100225 or 8349316. OLE color: 8349316.

HSL color Cylindrical-coordinate representation of color #84667F: hue angle of 310º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84667F is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 102 127 -
CMYK 0 0.23 0.04 0.48
HSL 310º 0.13% 0.46% -
HSV(B) 310º 0.23% 0.52% -
XYZ 18.1 15.94 22.2 -
YUV 113.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 132 102 127 0 0.23 0.04 0.48 310 0.13 0.46
Hex 84 66 7F 0 17 4 30 136 D 2E
Octal 204 146 177 0 27 4 60 466 15 56
Binary 10000100 1100110 1111111 0 10111 100 110000 100110110 1101 101110

Color Harmonies of #84667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84667F

Black with #84667F

Text Example


Text Example

White with #84667F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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