Html Css Color HEX #815876 Old Lavender

📋 copy color: '#815876'

red 129 ◦ green 88 ◦ blue 118

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

Shades of Old Lavender #815876

Tints of Old Lavender #815876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.27%

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 38.51%
G = 26.27%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#815876 (or 0x815876) is known color: Old Lavender. HEX triplet: 81, 58 and 76. RGB value is (129,88,118). Sum of RGB (Red+Green+Blue) = 129+88+118=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #815876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815876 is #7EA789. Grayscale: #676767. Windows color (decimal): -8300426 or 7755905. OLE color: 7755905.

HSL color Cylindrical-coordinate representation of color #815876: hue angle of 316.1º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #815876 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 88 118 -
CMYK 0 0.32 0.09 0.49
HSL 316.1º 0.19% 0.43% -
HSV(B) 316.1º 0.32% 0.51% -
XYZ 15.81 12.95 18.81 -
YUV 103.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 129 88 118 0 0.32 0.09 0.49 316.1 0.19 0.43
Hex 81 58 76 0 20 9 31 13C 13 2B
Octal 201 130 166 0 40 11 61 474 23 53
Binary 10000001 1011000 1110110 0 100000 1001 110001 100111100 10011 101011

Color Harmonies of #815876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815876

Black with #815876

Text Example


Text Example

White with #815876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815876; }

 p { color: rgb(129,88,118); }

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

background-color css

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

 a { background-color: rgb(129,88,118); }

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

border-color css

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

 span { border-color: rgb(129,88,118); }

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