#85617B

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

Shades of Old Lavender #85617B

Tints of Old Lavender #85617B

Color information

#85617B (or 0x85617B) is unknown color: approx Old Lavender. HEX triplet: 85, 61 and 7B. RGB value is (133,97,123). Sum of RGB (Red+Green+Blue) = 133+97+123=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #85617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85617B is #7A9E84. Grayscale: #6E6E6E. Windows color (decimal): -8035973 or 8085893. OLE color: 8085893.

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

Color convert

RGB13397123-
CMYK00.270.080.48
HSL316.67º15.65%45.1%-
HSV(B)316.67º27.07%52.16%-
XYZ17.5214.9720.7-
YUV110.73134.93143.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=37.68%
G=27.48%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339712300.270.080.48316.6715.6545.1
Hex85617B01B83013d102d
Octal20514117303310604752055
Binary1000010111000011111011011011100011000010011110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,97,123); }

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

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

 a { background-color: rgb(133,97,123); }

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

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

 span { border-color: rgb(133,97,123); }

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