Html Css Color HEX #815674 Old Lavender

📋 copy color: '#815674'

red 129 ◦ green 86 ◦ blue 116

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

Shades of Old Lavender #815674

Tints of Old Lavender #815674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

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

R = 38.97%
G = 25.98%
B = 35.05%

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

#815674 (or 0x815674) is known color: Old Lavender. HEX triplet: 81, 56 and 74. RGB value is (129,86,116). Sum of RGB (Red+Green+Blue) = 129+86+116=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #815674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815674 is #7EA98B. Grayscale: #666666. Windows color (decimal): -8300940 or 7624321. OLE color: 7624321.

HSL color Cylindrical-coordinate representation of color #815674: hue angle of 318.14º degrees, saturation: 0.2, 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 #815674 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 86 116 -
CMYK 0 0.33 0.10 0.49
HSL 318.14º 0.2% 0.42% -
HSV(B) 318.14º 0.33% 0.51% -
XYZ 15.53 12.58 18.13 -
YUV 102.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 129 86 116 0 0.33 0.10 0.49 318.14 0.2 0.42
Hex 81 56 74 0 21 A 31 13E 14 2A
Octal 201 126 164 0 41 12 61 476 24 52
Binary 10000001 1010110 1110100 0 100001 1010 110001 100111110 10100 101010

Color Harmonies of #815674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815674

Black with #815674

Text Example


Text Example

White with #815674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815674; }

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

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

background-color css

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

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

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

border-color css

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

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

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