Html Css Color HEX #837583 Old Lavender

📋 copy color: '#837583'

red 131 ◦ green 117 ◦ blue 131

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

Shades of Old Lavender #837583

Tints of Old Lavender #837583

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 value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#837583 (or 0x837583) is known color: 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

RGB 131 117 131 -
CMYK 0 0.11 0 0.49
HSL 300º 0.06% 0.49% -
HSV(B) 300º 0.11% 0.51% -
XYZ 19.82 19.19 24.13 -
YUV 122.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 131 117 131 0 0.11 0 0.49 300 0.06 0.49
Hex 83 75 83 0 B 0 31 12C 6 31
Octal 203 165 203 0 13 0 61 454 6 61
Binary 10000011 1110101 10000011 0 1011 0 110001 100101100 110 110001

Color Harmonies of #837583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837583

Black with #837583

Text Example


Text Example

White with #837583

Text Example


Text Example

HTML Codes & Css Web 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>