Html Css Color HEX #81617C Old Lavender

📋 copy color: '#81617C'

red 129 ◦ green 97 ◦ blue 124

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

Shades of Old Lavender #81617C

Tints of Old Lavender #81617C

RGB

 RED value IS 129 (50.78% from 255) = 36.86%

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

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 36.86%
G = 27.71%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81617C (or 0x81617C) is known color: Old Lavender. HEX triplet: 81, 61 and 7C. RGB value is (129,97,124). Sum of RGB (Red+Green+Blue) = 129+97+124=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 129 - color contains mainly: red. Hex color #81617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81617C is #7E9E83. Grayscale: #6D6D6D. Windows color (decimal): -8298116 or 8151425. OLE color: 8151425.

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

Color convert

RGB 129 97 124 -
CMYK 0 0.25 0.04 0.49
HSL 309.38º 0.14% 0.44% -
HSV(B) 309.38º 0.25% 0.51% -
XYZ 16.97 14.67 21.01 -
YUV 109.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 129 97 124 0 0.25 0.04 0.49 309.38 0.14 0.44
Hex 81 61 7C 0 19 4 31 135 E 2C
Octal 201 141 174 0 31 4 61 465 16 54
Binary 10000001 1100001 1111100 0 11001 100 110001 100110101 1110 101100

Color Harmonies of #81617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81617C

Black with #81617C

Text Example


Text Example

White with #81617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81617C; }

 p { color: rgb(129,97,124); }

 H1.HeaderClassName
 {
   color: #81617C;
 }
 .AnyTagClassName
 {
   color: #81617C;
 }
</style>

background-color css

<style>
 a { background-color: #81617C; }

 a { background-color: rgb(129,97,124); }

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

border-color css

<style>
 span { border-color: #81617C; }

 span { border-color: rgb(129,97,124); }

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