Html Css Color HEX #84627B Old Lavender

📋 copy color: '#84627B'

red 132 ◦ green 98 ◦ blue 123

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

Shades of Old Lavender #84627B

Tints of Old Lavender #84627B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 123 (48.44% from 255) = 34.84%

R = 37.39%
G = 27.76%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84627B (or 0x84627B) is known color: Old Lavender. HEX triplet: 84, 62 and 7B. RGB value is (132,98,123). Sum of RGB (Red+Green+Blue) = 132+98+123=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84627B is #7B9D84. Grayscale: #6E6E6E. Windows color (decimal): -8101253 or 8086148. OLE color: 8086148.

HSL color Cylindrical-coordinate representation of color #84627B: hue angle of 315.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #84627B is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 98 123 -
CMYK 0 0.26 0.07 0.48
HSL 315.88º 0.15% 0.45% -
HSV(B) 315.88º 0.26% 0.52% -
XYZ 17.46 15.07 20.73 -
YUV 111.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 132 98 123 0 0.26 0.07 0.48 315.88 0.15 0.45
Hex 84 62 7B 0 1A 7 30 13C F 2D
Octal 204 142 173 0 32 7 60 474 17 55
Binary 10000100 1100010 1111011 0 11010 111 110000 100111100 1111 101101

Color Harmonies of #84627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84627B

Black with #84627B

Text Example


Text Example

White with #84627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84627B; }

 p { color: rgb(132,98,123); }

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

background-color css

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

 a { background-color: rgb(132,98,123); }

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

border-color css

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

 span { border-color: rgb(132,98,123); }

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