Html Css Color HEX #85637C Old Lavender

📋 copy color: '#85637C'

red 133 ◦ green 99 ◦ blue 124

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

Shades of Old Lavender #85637C

Tints of Old Lavender #85637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 37.36%
G = 27.81%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85637C (or 0x85637C) is known color: Old Lavender. HEX triplet: 85, 63 and 7C. RGB value is (133,99,124). Sum of RGB (Red+Green+Blue) = 133+99+124=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85637C is #7A9C83. Grayscale: #6F6F6F. Windows color (decimal): -8035460 or 8151941. OLE color: 8151941.

HSL color Cylindrical-coordinate representation of color #85637C: hue angle of 315.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85637C is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 124 -
CMYK 0 0.26 0.07 0.48
HSL 315.88º 0.15% 0.45% -
HSV(B) 315.88º 0.26% 0.52% -
XYZ 17.77 15.37 21.1 -
YUV 112.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 133 99 124 0 0.26 0.07 0.48 315.88 0.15 0.45
Hex 85 63 7C 0 1A 7 30 13C F 2D
Octal 205 143 174 0 32 7 60 474 17 55
Binary 10000101 1100011 1111100 0 11010 111 110000 100111100 1111 101101

Color Harmonies of #85637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85637C

Black with #85637C

Text Example


Text Example

White with #85637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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