Html Css Color HEX #83627D Old Lavender

📋 copy color: '#83627D'

red 131 ◦ green 98 ◦ blue 125

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

Shades of Old Lavender #83627D

Tints of Old Lavender #83627D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 37.01%
G = 27.68%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#83627D (or 0x83627D) is known color: Old Lavender. HEX triplet: 83, 62 and 7D. RGB value is (131,98,125). Sum of RGB (Red+Green+Blue) = 131+98+125=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #83627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83627D is #7C9D82. Grayscale: #6E6E6E. Windows color (decimal): -8166787 or 8217219. OLE color: 8217219.

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

Color convert

RGB 131 98 125 -
CMYK 0 0.25 0.05 0.49
HSL 310.91º 0.14% 0.45% -
HSV(B) 310.91º 0.25% 0.51% -
XYZ 17.43 15.04 21.39 -
YUV 110.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 131 98 125 0 0.25 0.05 0.49 310.91 0.14 0.45
Hex 83 62 7D 0 19 5 31 137 E 2D
Octal 203 142 175 0 31 5 61 467 16 55
Binary 10000011 1100010 1111101 0 11001 101 110001 100110111 1110 101101

Color Harmonies of #83627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83627D

Black with #83627D

Text Example


Text Example

White with #83627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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