Html Css Color HEX #837382 Old Lavender

📋 copy color: '#837382'

red 131 ◦ green 115 ◦ blue 130

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

Shades of Old Lavender #837382

Tints of Old Lavender #837382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

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

R = 34.84%
G = 30.59%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#837382 (or 0x837382) is known color: Old Lavender. HEX triplet: 83, 73 and 82. RGB value is (131,115,130). Sum of RGB (Red+Green+Blue) = 131+115+130=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 131 - color contains mainly: red. Hex color #837382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837382 is #7C8C7D. Grayscale: #797979. Windows color (decimal): -8162430 or 8549251. OLE color: 8549251.

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

Color convert

RGB 131 115 130 -
CMYK 0 0.12 0.01 0.49
HSL 303.75º 0.07% 0.48% -
HSV(B) 303.75º 0.12% 0.51% -
XYZ 19.52 18.7 23.7 -
YUV 121.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 131 115 130 0 0.12 0.01 0.49 303.75 0.07 0.48
Hex 83 73 82 0 C 1 31 130 7 30
Octal 203 163 202 0 14 1 61 460 7 60
Binary 10000011 1110011 10000010 0 1100 1 110001 100110000 111 110000

Color Harmonies of #837382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837382

Black with #837382

Text Example


Text Example

White with #837382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837382; }

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

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

background-color css

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

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

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

border-color css

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

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

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