Html Css Color HEX #84637D Old Lavender

📋 copy color: '#84637D'

red 132 ◦ green 99 ◦ blue 125

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

Shades of Old Lavender #84637D

Tints of Old Lavender #84637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 37.08%
G = 27.81%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84637D (or 0x84637D) is known color: Old Lavender. HEX triplet: 84, 63 and 7D. RGB value is (132,99,125). Sum of RGB (Red+Green+Blue) = 132+99+125=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84637D is #7B9C82. Grayscale: #6F6F6F. Windows color (decimal): -8100995 or 8217476. OLE color: 8217476.

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

Color convert

RGB 132 99 125 -
CMYK 0 0.25 0.05 0.48
HSL 312.73º 0.14% 0.45% -
HSV(B) 312.73º 0.25% 0.52% -
XYZ 17.68 15.31 21.43 -
YUV 111.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 132 99 125 0 0.25 0.05 0.48 312.73 0.14 0.45
Hex 84 63 7D 0 19 5 30 139 E 2D
Octal 204 143 175 0 31 5 60 471 16 55
Binary 10000100 1100011 1111101 0 11001 101 110000 100111001 1110 101101

Color Harmonies of #84637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84637D

Black with #84637D

Text Example


Text Example

White with #84637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84637D; }

 p { color: rgb(132,99,125); }

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

background-color css

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

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

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

border-color css

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

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

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