#837583

Color #837583 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #837583

Tints of Old Lavender #837583

Color information

#837583 (or 0x837583) is unknown color: approx Old Lavender. HEX triplet: 83, 75 and 83. RGB value is (131,117,131). Sum of RGB (Red+Green+Blue) = 131+117+131=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837583 is #7C8A7C. Grayscale: #7A7A7A. Windows color (decimal): -8161917 or 8615299. OLE color: 8615299.

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

Color convert

RGB131117131-
CMYK00.1100.49
HSL300º5.65%48.63%-
HSV(B)300º10.69%51.37%-
XYZ19.8219.1924.13-
YUV122.78132.64133.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 117 (46.09% from 255) = 30.87%
BLUE value IS 131 (51.56% from 255) = 34.56%
R=34.56%
G=30.87%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111713100.1100.493005.6548.63
Hex8375830B03112c631
Octal203165203013061454661
Binary10000011111010110000011010110110001100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837583; }

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

 H1.HeaderClassName
 {
   color: #837583;
 }
 .AnyTagClassName
 {
   color: #837583;
 }
</style>
background-color css

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

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

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

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

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

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