Html Css Color HEX #857183 Old Lavender

📋 copy color: '#857183'

red 133 ◦ green 113 ◦ blue 131

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

Shades of Old Lavender #857183

Tints of Old Lavender #857183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 35.28%
G = 29.97%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#857183 (or 0x857183) is known color: Old Lavender. HEX triplet: 85, 71 and 83. RGB value is (133,113,131). Sum of RGB (Red+Green+Blue) = 133+113+131=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857183 is #7A8E7C. Grayscale: #787878. Windows color (decimal): -8031869 or 8614277. OLE color: 8614277.

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

Color convert

RGB 133 113 131 -
CMYK 0 0.15 0.02 0.48
HSL 306º 0.08% 0.48% -
HSV(B) 306º 0.15% 0.52% -
XYZ 19.67 18.44 23.99 -
YUV 121.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 133 113 131 0 0.15 0.02 0.48 306 0.08 0.48
Hex 85 71 83 0 F 2 30 132 8 30
Octal 205 161 203 0 17 2 60 462 10 60
Binary 10000101 1110001 10000011 0 1111 10 110000 100110010 1000 110000

Color Harmonies of #857183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857183

Black with #857183

Text Example


Text Example

White with #857183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857183; }

 p { color: rgb(133,113,131); }

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

background-color css

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

 a { background-color: rgb(133,113,131); }

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

border-color css

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

 span { border-color: rgb(133,113,131); }

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