Html Css Color HEX #85647E Old Lavender

📋 copy color: '#85647E'

red 133 ◦ green 100 ◦ blue 126

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

Shades of Old Lavender #85647E

Tints of Old Lavender #85647E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 37.05%
G = 27.86%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85647E (or 0x85647E) is known color: Old Lavender. HEX triplet: 85, 64 and 7E. RGB value is (133,100,126). Sum of RGB (Red+Green+Blue) = 133+100+126=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85647E is #7A9B81. Grayscale: #707070. Windows color (decimal): -8035202 or 8283269. OLE color: 8283269.

HSL color Cylindrical-coordinate representation of color #85647E: hue angle of 312.73º 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 #85647E is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 126 -
CMYK 0 0.25 0.05 0.48
HSL 312.73º 0.14% 0.46% -
HSV(B) 312.73º 0.25% 0.52% -
XYZ 18 15.61 21.8 -
YUV 112.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 133 100 126 0 0.25 0.05 0.48 312.73 0.14 0.46
Hex 85 64 7E 0 19 5 30 139 E 2E
Octal 205 144 176 0 31 5 60 471 16 56
Binary 10000101 1100100 1111110 0 11001 101 110000 100111001 1110 101110

Color Harmonies of #85647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85647E

Black with #85647E

Text Example


Text Example

White with #85647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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