Html Css Color HEX #837183 Old Lavender

📋 copy color: '#837183'

red 131 ◦ green 113 ◦ blue 131

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

Shades of Old Lavender #837183

Tints of Old Lavender #837183

RGB

 RED value IS 131 (51.56% from 255) = 34.93%

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

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

R = 34.93%
G = 30.13%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#837183 (or 0x837183) is known color: Old Lavender. HEX triplet: 83, 71 and 83. RGB value is (131,113,131). Sum of RGB (Red+Green+Blue) = 131+113+131=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837183 is #7C8E7C. Grayscale: #787878. Windows color (decimal): -8162941 or 8614275. OLE color: 8614275.

HSL color Cylindrical-coordinate representation of color #837183: hue angle of 300º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #837183 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 113 131 -
CMYK 0 0.14 0 0.49
HSL 300º 0.07% 0.48% -
HSV(B) 300º 0.14% 0.51% -
XYZ 19.36 18.27 23.98 -
YUV 120.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 131 113 131 0 0.14 0 0.49 300 0.07 0.48
Hex 83 71 83 0 E 0 31 12C 7 30
Octal 203 161 203 0 16 0 61 454 7 60
Binary 10000011 1110001 10000011 0 1110 0 110001 100101100 111 110000

Color Harmonies of #837183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837183

Black with #837183

Text Example


Text Example

White with #837183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837183; }

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

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

background-color css

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

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

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

border-color css

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

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

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