Html Css Color HEX #837582 Old Lavender

📋 copy color: '#837582'

red 131 ◦ green 117 ◦ blue 130

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

Shades of Old Lavender #837582

Tints of Old Lavender #837582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 34.66%
G = 30.95%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#837582 (or 0x837582) is known color: Old Lavender. HEX triplet: 83, 75 and 82. RGB value is (131,117,130). Sum of RGB (Red+Green+Blue) = 131+117+130=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #837582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837582 is #7C8A7D. Grayscale: #7A7A7A. Windows color (decimal): -8161918 or 8549763. OLE color: 8549763.

HSL color Cylindrical-coordinate representation of color #837582: hue angle of 304.29º 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 #837582 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 130 -
CMYK 0 0.11 0.01 0.49
HSL 304.29º 0.06% 0.49% -
HSV(B) 304.29º 0.11% 0.51% -
XYZ 19.75 19.16 23.78 -
YUV 122.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 131 117 130 0 0.11 0.01 0.49 304.29 0.06 0.49
Hex 83 75 82 0 B 1 31 130 6 31
Octal 203 165 202 0 13 1 61 460 6 61
Binary 10000011 1110101 10000010 0 1011 1 110001 100110000 110 110001

Color Harmonies of #837582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837582

Black with #837582

Text Example


Text Example

White with #837582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837582; }

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

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

background-color css

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

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

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

border-color css

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

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

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