Html Css Color HEX #845F7A Old Lavender

📋 copy color: '#845F7A'

red 132 ◦ green 95 ◦ blue 122

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

Shades of Old Lavender #845F7A

Tints of Old Lavender #845F7A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 37.82%
G = 27.22%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#845F7A (or 0x845F7A) is known color: Old Lavender. HEX triplet: 84, 5F and 7A. RGB value is (132,95,122). Sum of RGB (Red+Green+Blue) = 132+95+122=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #845F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F7A is #7BA085. Grayscale: #6D6D6D. Windows color (decimal): -8102022 or 8019844. OLE color: 8019844.

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

Color convert

RGB 132 95 122 -
CMYK 0 0.28 0.08 0.48
HSL 316.22º 0.16% 0.45% -
HSV(B) 316.22º 0.28% 0.52% -
XYZ 17.12 14.5 20.31 -
YUV 109.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 132 95 122 0 0.28 0.08 0.48 316.22 0.16 0.45
Hex 84 5F 7A 0 1C 8 30 13C 10 2D
Octal 204 137 172 0 34 10 60 474 20 55
Binary 10000100 1011111 1111010 0 11100 1000 110000 100111100 10000 101101

Color Harmonies of #845F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845F7A

Black with #845F7A

Text Example


Text Example

White with #845F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845F7A; }

 p { color: rgb(132,95,122); }

 H1.HeaderClassName
 {
   color: #845F7A;
 }
 .AnyTagClassName
 {
   color: #845F7A;
 }
</style>

background-color css

<style>
 a { background-color: #845F7A; }

 a { background-color: rgb(132,95,122); }

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

border-color css

<style>
 span { border-color: #845F7A; }

 span { border-color: rgb(132,95,122); }

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