Html Css Color HEX #837283 Old Lavender

📋 copy color: '#837283'

red 131 ◦ green 114 ◦ blue 131

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

Shades of Old Lavender #837283

Tints of Old Lavender #837283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

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

R = 34.84%
G = 30.32%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#837283 (or 0x837283) is known color: Old Lavender. HEX triplet: 83, 72 and 83. RGB value is (131,114,131). Sum of RGB (Red+Green+Blue) = 131+114+131=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #837283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837283 is #7C8D7C. Grayscale: #787878. Windows color (decimal): -8162685 or 8614531. OLE color: 8614531.

HSL color Cylindrical-coordinate representation of color #837283: 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.13%. Process color model (Four color, CMYK) of #837283 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 114 131 -
CMYK 0 0.13 0 0.49
HSL 300º 0.07% 0.48% -
HSV(B) 300º 0.13% 0.51% -
XYZ 19.47 18.5 24.02 -
YUV 121.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 131 114 131 0 0.13 0 0.49 300 0.07 0.48
Hex 83 72 83 0 D 0 31 12C 7 30
Octal 203 162 203 0 15 0 61 454 7 60
Binary 10000011 1110010 10000011 0 1101 0 110001 100101100 111 110000

Color Harmonies of #837283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837283

Black with #837283

Text Example


Text Example

White with #837283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837283; }

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

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

background-color css

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

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

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

border-color css

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

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

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