Html Css Color HEX #84617C Old Lavender

📋 copy color: '#84617C'

red 132 ◦ green 97 ◦ blue 124

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

Shades of Old Lavender #84617C

Tints of Old Lavender #84617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

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

R = 37.39%
G = 27.48%
B = 35.13%

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

#84617C (or 0x84617C) is known color: Old Lavender. HEX triplet: 84, 61 and 7C. RGB value is (132,97,124). Sum of RGB (Red+Green+Blue) = 132+97+124=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84617C is #7B9E83. Grayscale: #6E6E6E. Windows color (decimal): -8101508 or 8151428. OLE color: 8151428.

HSL color Cylindrical-coordinate representation of color #84617C: hue angle of 313.71º degrees, saturation: 0.15, 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 #84617C is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 97 124 -
CMYK 0 0.27 0.06 0.48
HSL 313.71º 0.15% 0.45% -
HSV(B) 313.71º 0.27% 0.52% -
XYZ 17.43 14.91 21.03 -
YUV 110.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 132 97 124 0 0.27 0.06 0.48 313.71 0.15 0.45
Hex 84 61 7C 0 1B 6 30 13A F 2D
Octal 204 141 174 0 33 6 60 472 17 55
Binary 10000100 1100001 1111100 0 11011 110 110000 100111010 1111 101101

Color Harmonies of #84617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84617C

Black with #84617C

Text Example


Text Example

White with #84617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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