Html Css Color HEX #85617B Old Lavender

📋 copy color: '#85617B'

red 133 ◦ green 97 ◦ blue 123

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

Shades of Old Lavender #85617B

Tints of Old Lavender #85617B

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 value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85617B (or 0x85617B) is known color: 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

RGB 133 97 123 -
CMYK 0 0.27 0.08 0.48
HSL 316.67º 0.16% 0.45% -
HSV(B) 316.67º 0.27% 0.52% -
XYZ 17.52 14.97 20.7 -
YUV 110.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 133 97 123 0 0.27 0.08 0.48 316.67 0.16 0.45
Hex 85 61 7B 0 1B 8 30 13D 10 2D
Octal 205 141 173 0 33 10 60 475 20 55
Binary 10000101 1100001 1111011 0 11011 1000 110000 100111101 10000 101101

Color Harmonies of #85617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85617B

Black with #85617B

Text Example


Text Example

White with #85617B

Text Example


Text Example

HTML Codes & Css Web 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>