Html Css Color HEX #84607C Old Lavender

📋 copy color: '#84607C'

red 132 ◦ green 96 ◦ blue 124

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

Shades of Old Lavender #84607C

Tints of Old Lavender #84607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.27%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 37.5%
G = 27.27%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#84607C (or 0x84607C) is known color: Old Lavender. HEX triplet: 84, 60 and 7C. RGB value is (132,96,124). Sum of RGB (Red+Green+Blue) = 132+96+124=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #84607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84607C is #7B9F83. Grayscale: #6D6D6D. Windows color (decimal): -8101764 or 8151172. OLE color: 8151172.

HSL color Cylindrical-coordinate representation of color #84607C: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84607C is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 124 -
CMYK 0 0.27 0.06 0.48
HSL 313.33º 0.16% 0.45% -
HSV(B) 313.33º 0.27% 0.52% -
XYZ 17.34 14.73 21 -
YUV 109.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 132 96 124 0 0.27 0.06 0.48 313.33 0.16 0.45
Hex 84 60 7C 0 1B 6 30 139 10 2D
Octal 204 140 174 0 33 6 60 471 20 55
Binary 10000100 1100000 1111100 0 11011 110 110000 100111001 10000 101101

Color Harmonies of #84607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84607C

Black with #84607C

Text Example


Text Example

White with #84607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84607C; }

 p { color: rgb(132,96,124); }

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

background-color css

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

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

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

border-color css

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

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

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