Html Css Color HEX #84607B Old Lavender

📋 copy color: '#84607B'

red 132 ◦ green 96 ◦ blue 123

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

Shades of Old Lavender #84607B

Tints of Old Lavender #84607B

RGB

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

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

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

R = 37.61%
G = 27.35%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#84607B (or 0x84607B) is known color: Old Lavender. HEX triplet: 84, 60 and 7B. RGB value is (132,96,123). Sum of RGB (Red+Green+Blue) = 132+96+123=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #84607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84607B is #7B9F84. Grayscale: #6D6D6D. Windows color (decimal): -8101765 or 8085636. OLE color: 8085636.

HSL color Cylindrical-coordinate representation of color #84607B: hue angle of 315º 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 #84607B is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 123 -
CMYK 0 0.27 0.07 0.48
HSL 315º 0.16% 0.45% -
HSV(B) 315º 0.27% 0.52% -
XYZ 17.27 14.7 20.67 -
YUV 109.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 132 96 123 0 0.27 0.07 0.48 315 0.16 0.45
Hex 84 60 7B 0 1B 7 30 13B 10 2D
Octal 204 140 173 0 33 7 60 473 20 55
Binary 10000100 1100000 1111011 0 11011 111 110000 100111011 10000 101101

Color Harmonies of #84607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84607B

Black with #84607B

Text Example


Text Example

White with #84607B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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