Html Css Color HEX #83667E Old Lavender

📋 copy color: '#83667E'

red 131 ◦ green 102 ◦ blue 126

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

Shades of Old Lavender #83667E

Tints of Old Lavender #83667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 36.49%
G = 28.41%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#83667E (or 0x83667E) is known color: Old Lavender. HEX triplet: 83, 66 and 7E. RGB value is (131,102,126). Sum of RGB (Red+Green+Blue) = 131+102+126=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #83667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83667E is #7C9981. Grayscale: #717171. Windows color (decimal): -8165762 or 8283779. OLE color: 8283779.

HSL color Cylindrical-coordinate representation of color #83667E: hue angle of 310.34º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83667E is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 126 -
CMYK 0 0.22 0.04 0.49
HSL 310.34º 0.12% 0.46% -
HSV(B) 310.34º 0.22% 0.51% -
XYZ 17.88 15.83 21.85 -
YUV 113.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 131 102 126 0 0.22 0.04 0.49 310.34 0.12 0.46
Hex 83 66 7E 0 16 4 31 136 C 2E
Octal 203 146 176 0 26 4 61 466 14 56
Binary 10000011 1100110 1111110 0 10110 100 110001 100110110 1100 101110

Color Harmonies of #83667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83667E

Black with #83667E

Text Example


Text Example

White with #83667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83667E; }

 p { color: rgb(131,102,126); }

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

background-color css

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

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

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

border-color css

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

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

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