Html Css Color HEX #83627B Old Lavender

📋 copy color: '#83627B'

red 131 ◦ green 98 ◦ blue 123

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

Shades of Old Lavender #83627B

Tints of Old Lavender #83627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 37.22%
G = 27.84%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#83627B (or 0x83627B) is known color: Old Lavender. HEX triplet: 83, 62 and 7B. RGB value is (131,98,123). Sum of RGB (Red+Green+Blue) = 131+98+123=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 131 - color contains mainly: red. Hex color #83627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83627B is #7C9D84. Grayscale: #6E6E6E. Windows color (decimal): -8166789 or 8086147. OLE color: 8086147.

HSL color Cylindrical-coordinate representation of color #83627B: hue angle of 314.55º 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 #83627B is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 98 123 -
CMYK 0 0.25 0.06 0.49
HSL 314.55º 0.14% 0.45% -
HSV(B) 314.55º 0.25% 0.51% -
XYZ 17.3 14.99 20.72 -
YUV 110.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 131 98 123 0 0.25 0.06 0.49 314.55 0.14 0.45
Hex 83 62 7B 0 19 6 31 13B E 2D
Octal 203 142 173 0 31 6 61 473 16 55
Binary 10000011 1100010 1111011 0 11001 110 110001 100111011 1110 101101

Color Harmonies of #83627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83627B

Black with #83627B

Text Example


Text Example

White with #83627B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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