Html Css Color HEX #815D78 Old Lavender

📋 copy color: '#815D78'

red 129 ◦ green 93 ◦ blue 120

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

Shades of Old Lavender #815D78

Tints of Old Lavender #815D78

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 120 (47.27% from 255) = 35.09%

R = 37.72%
G = 27.19%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#815D78 (or 0x815D78) is known color: Old Lavender. HEX triplet: 81, 5D and 78. RGB value is (129,93,120). Sum of RGB (Red+Green+Blue) = 129+93+120=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #815D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D78 is #7EA287. Grayscale: #6A6A6A. Windows color (decimal): -8299144 or 7888257. OLE color: 7888257.

HSL color Cylindrical-coordinate representation of color #815D78: hue angle of 315º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #815D78 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 93 120 -
CMYK 0 0.28 0.07 0.49
HSL 315º 0.16% 0.44% -
HSV(B) 315º 0.28% 0.51% -
XYZ 16.36 13.85 19.58 -
YUV 106.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 129 93 120 0 0.28 0.07 0.49 315 0.16 0.44
Hex 81 5D 78 0 1C 7 31 13B 10 2C
Octal 201 135 170 0 34 7 61 473 20 54
Binary 10000001 1011101 1111000 0 11100 111 110001 100111011 10000 101100

Color Harmonies of #815D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815D78

Black with #815D78

Text Example


Text Example

White with #815D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815D78; }

 p { color: rgb(129,93,120); }

 H1.HeaderClassName
 {
   color: #815D78;
 }
 .AnyTagClassName
 {
   color: #815D78;
 }
</style>

background-color css

<style>
 a { background-color: #815D78; }

 a { background-color: rgb(129,93,120); }

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

border-color css

<style>
 span { border-color: #815D78; }

 span { border-color: rgb(129,93,120); }

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