#845F7B

Color #845F7B Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #845F7B

Tints of Old Lavender #845F7B

Color information

#845F7B (or 0x845F7B) is unknown color: approx Old Lavender. HEX triplet: 84, 5F and 7B. RGB value is (132,95,123). Sum of RGB (Red+Green+Blue) = 132+95+123=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #845F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F7B is #7BA084. Grayscale: #6D6D6D. Windows color (decimal): -8102021 or 8085380. OLE color: 8085380.

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

Color convert

RGB13295123-
CMYK00.280.070.48
HSL314.59º16.3%44.51%-
HSV(B)314.59º28.03%51.76%-
XYZ17.1814.5220.64-
YUV109.26135.76144.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 95 (37.5% from 255) = 27.14%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=37.71%
G=27.14%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329512300.280.070.48314.5916.344.51
Hex845F7B01C73013b102d
Octal2041371730347604732055
Binary100001001011111111101101110011111000010011101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #845F7B;
 }
 .AnyTagClassName
 {
   color: #845F7B;
 }
</style>
background-color css

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

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

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

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

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

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