Html Css Color HEX #85667F Old Lavender

📋 copy color: '#85667F'

red 133 ◦ green 102 ◦ blue 127

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

Shades of Old Lavender #85667F

Tints of Old Lavender #85667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.18%

 BLUE value IS 127 (50% from 255) = 35.08%

R = 36.74%
G = 28.18%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85667F (or 0x85667F) is known color: Old Lavender. HEX triplet: 85, 66 and 7F. RGB value is (133,102,127). Sum of RGB (Red+Green+Blue) = 133+102+127=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #85667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85667F is #7A9980. Grayscale: #727272. Windows color (decimal): -8034689 or 8349317. OLE color: 8349317.

HSL color Cylindrical-coordinate representation of color #85667F: hue angle of 311.61º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85667F is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 127 -
CMYK 0 0.23 0.05 0.48
HSL 311.61º 0.13% 0.46% -
HSV(B) 311.61º 0.23% 0.52% -
XYZ 18.26 16.02 22.21 -
YUV 114.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 133 102 127 0 0.23 0.05 0.48 311.61 0.13 0.46
Hex 85 66 7F 0 17 5 30 138 D 2E
Octal 205 146 177 0 27 5 60 470 15 56
Binary 10000101 1100110 1111111 0 10111 101 110000 100111000 1101 101110

Color Harmonies of #85667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85667F

Black with #85667F

Text Example


Text Example

White with #85667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85667F; }

 p { color: rgb(133,102,127); }

 H1.HeaderClassName
 {
   color: #85667F;
 }
 .AnyTagClassName
 {
   color: #85667F;
 }
</style>

background-color css

<style>
 a { background-color: #85667F; }

 a { background-color: rgb(133,102,127); }

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

border-color css

<style>
 span { border-color: #85667F; }

 span { border-color: rgb(133,102,127); }

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