Html Css Color HEX #83617A Old Lavender

📋 copy color: '#83617A'

red 131 ◦ green 97 ◦ blue 122

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

Shades of Old Lavender #83617A

Tints of Old Lavender #83617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 122 (48.05% from 255) = 34.86%

R = 37.43%
G = 27.71%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#83617A (or 0x83617A) is known color: Old Lavender. HEX triplet: 83, 61 and 7A. RGB value is (131,97,122). Sum of RGB (Red+Green+Blue) = 131+97+122=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 131 - color contains mainly: red. Hex color #83617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83617A is #7C9E85. Grayscale: #6D6D6D. Windows color (decimal): -8167046 or 8020355. OLE color: 8020355.

HSL color Cylindrical-coordinate representation of color #83617A: hue angle of 315.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83617A is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 97 122 -
CMYK 0 0.26 0.07 0.49
HSL 315.88º 0.15% 0.45% -
HSV(B) 315.88º 0.26% 0.51% -
XYZ 17.15 14.78 20.36 -
YUV 110.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 131 97 122 0 0.26 0.07 0.49 315.88 0.15 0.45
Hex 83 61 7A 0 1A 7 31 13C F 2D
Octal 203 141 172 0 32 7 61 474 17 55
Binary 10000011 1100001 1111010 0 11010 111 110001 100111100 1111 101101

Color Harmonies of #83617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83617A

Black with #83617A

Text Example


Text Example

White with #83617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83617A; }

 p { color: rgb(131,97,122); }

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

background-color css

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

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

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

border-color css

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

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

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