Html Css Color HEX #815F7A Old Lavender

📋 copy color: '#815F7A'

red 129 ◦ green 95 ◦ blue 122

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

Shades of Old Lavender #815F7A

Tints of Old Lavender #815F7A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.46%

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 37.28%
G = 27.46%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#815F7A (or 0x815F7A) is known color: Old Lavender. HEX triplet: 81, 5F and 7A. RGB value is (129,95,122). Sum of RGB (Red+Green+Blue) = 129+95+122=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 129 - color contains mainly: red. Hex color #815F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F7A is #7EA085. Grayscale: #6C6C6C. Windows color (decimal): -8298630 or 8019841. OLE color: 8019841.

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

Color convert

RGB 129 95 122 -
CMYK 0 0.26 0.05 0.49
HSL 312.35º 0.15% 0.44% -
HSV(B) 312.35º 0.26% 0.51% -
XYZ 16.66 14.26 20.29 -
YUV 108.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 129 95 122 0 0.26 0.05 0.49 312.35 0.15 0.44
Hex 81 5F 7A 0 1A 5 31 138 F 2C
Octal 201 137 172 0 32 5 61 470 17 54
Binary 10000001 1011111 1111010 0 11010 101 110001 100111000 1111 101100

Color Harmonies of #815F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815F7A

Black with #815F7A

Text Example


Text Example

White with #815F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,95,122); }

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

background-color css

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

 a { background-color: rgb(129,95,122); }

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

border-color css

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

 span { border-color: rgb(129,95,122); }

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