Html Css Color HEX #815774 Old Lavender

📋 copy color: '#815774'

red 129 ◦ green 87 ◦ blue 116

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

Shades of Old Lavender #815774

Tints of Old Lavender #815774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.2%

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 38.86%
G = 26.2%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#815774 (or 0x815774) is known color: Old Lavender. HEX triplet: 81, 57 and 74. RGB value is (129,87,116). Sum of RGB (Red+Green+Blue) = 129+87+116=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #815774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815774 is #7EA88B. Grayscale: #666666. Windows color (decimal): -8300684 or 7624577. OLE color: 7624577.

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

Color convert

RGB 129 87 116 -
CMYK 0 0.33 0.10 0.49
HSL 318.57º 0.19% 0.42% -
HSV(B) 318.57º 0.33% 0.51% -
XYZ 15.61 12.74 18.16 -
YUV 102.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 129 87 116 0 0.33 0.10 0.49 318.57 0.19 0.42
Hex 81 57 74 0 21 A 31 13F 13 2A
Octal 201 127 164 0 41 12 61 477 23 52
Binary 10000001 1010111 1110100 0 100001 1010 110001 100111111 10011 101010

Color Harmonies of #815774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815774

Black with #815774

Text Example


Text Example

White with #815774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815774; }

 p { color: rgb(129,87,116); }

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

background-color css

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

 a { background-color: rgb(129,87,116); }

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

border-color css

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

 span { border-color: rgb(129,87,116); }

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