Html Css Color HEX #83647D Old Lavender

📋 copy color: '#83647D'

red 131 ◦ green 100 ◦ blue 125

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

Shades of Old Lavender #83647D

Tints of Old Lavender #83647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 36.8%
G = 28.09%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83647D (or 0x83647D) is known color: Old Lavender. HEX triplet: 83, 64 and 7D. RGB value is (131,100,125). Sum of RGB (Red+Green+Blue) = 131+100+125=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 131 - color contains mainly: red. Hex color #83647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83647D is #7C9B82. Grayscale: #707070. Windows color (decimal): -8166275 or 8217731. OLE color: 8217731.

HSL color Cylindrical-coordinate representation of color #83647D: hue angle of 311.61º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83647D is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 125 -
CMYK 0 0.24 0.05 0.49
HSL 311.61º 0.13% 0.45% -
HSV(B) 311.61º 0.24% 0.51% -
XYZ 17.62 15.42 21.45 -
YUV 112.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 131 100 125 0 0.24 0.05 0.49 311.61 0.13 0.45
Hex 83 64 7D 0 18 5 31 138 D 2D
Octal 203 144 175 0 30 5 61 470 15 55
Binary 10000011 1100100 1111101 0 11000 101 110001 100111000 1101 101101

Color Harmonies of #83647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83647D

Black with #83647D

Text Example


Text Example

White with #83647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83647D; }

 p { color: rgb(131,100,125); }

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

background-color css

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

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

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

border-color css

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

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

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