Html Css Color HEX #85607C Old Lavender

📋 copy color: '#85607C'

red 133 ◦ green 96 ◦ blue 124

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

Shades of Old Lavender #85607C

Tints of Old Lavender #85607C

RGB

 RED value IS 133 (52.34% from 255) = 37.68%

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

 BLUE value IS 124 (48.83% from 255) = 35.13%

R = 37.68%
G = 27.2%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85607C (or 0x85607C) is known color: Old Lavender. HEX triplet: 85, 60 and 7C. RGB value is (133,96,124). Sum of RGB (Red+Green+Blue) = 133+96+124=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #85607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85607C is #7A9F83. Grayscale: #6E6E6E. Windows color (decimal): -8036228 or 8151173. OLE color: 8151173.

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

Color convert

RGB 133 96 124 -
CMYK 0 0.28 0.07 0.48
HSL 314.59º 0.16% 0.45% -
HSV(B) 314.59º 0.28% 0.52% -
XYZ 17.49 14.81 21 -
YUV 110.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 133 96 124 0 0.28 0.07 0.48 314.59 0.16 0.45
Hex 85 60 7C 0 1C 7 30 13B 10 2D
Octal 205 140 174 0 34 7 60 473 20 55
Binary 10000101 1100000 1111100 0 11100 111 110000 100111011 10000 101101

Color Harmonies of #85607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85607C

Black with #85607C

Text Example


Text Example

White with #85607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85607C; }

 p { color: rgb(133,96,124); }

 H1.HeaderClassName
 {
   color: #85607C;
 }
 .AnyTagClassName
 {
   color: #85607C;
 }
</style>

background-color css

<style>
 a { background-color: #85607C; }

 a { background-color: rgb(133,96,124); }

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

border-color css

<style>
 span { border-color: #85607C; }

 span { border-color: rgb(133,96,124); }

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