Html Css Color HEX #85647D Old Lavender

📋 copy color: '#85647D'

red 133 ◦ green 100 ◦ blue 125

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

Shades of Old Lavender #85647D

Tints of Old Lavender #85647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 37.15%
G = 27.93%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85647D (or 0x85647D) is known color: Old Lavender. HEX triplet: 85, 64 and 7D. RGB value is (133,100,125). Sum of RGB (Red+Green+Blue) = 133+100+125=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85647D is #7A9B82. Grayscale: #707070. Windows color (decimal): -8035203 or 8217733. OLE color: 8217733.

HSL color Cylindrical-coordinate representation of color #85647D: hue angle of 314.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #85647D is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 125 -
CMYK 0 0.25 0.06 0.48
HSL 314.55º 0.14% 0.46% -
HSV(B) 314.55º 0.25% 0.52% -
XYZ 17.93 15.58 21.46 -
YUV 112.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 133 100 125 0 0.25 0.06 0.48 314.55 0.14 0.46
Hex 85 64 7D 0 19 6 30 13B E 2E
Octal 205 144 175 0 31 6 60 473 16 56
Binary 10000101 1100100 1111101 0 11001 110 110000 100111011 1110 101110

Color Harmonies of #85647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85647D

Black with #85647D

Text Example


Text Example

White with #85647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85647D; }

 p { color: rgb(133,100,125); }

 H1.HeaderClassName
 {
   color: #85647D;
 }
 .AnyTagClassName
 {
   color: #85647D;
 }
</style>

background-color css

<style>
 a { background-color: #85647D; }

 a { background-color: rgb(133,100,125); }

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

border-color css

<style>
 span { border-color: #85647D; }

 span { border-color: rgb(133,100,125); }

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