Html Css Color HEX #815875 Old Lavender

📋 copy color: '#815875'

red 129 ◦ green 88 ◦ blue 117

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

Shades of Old Lavender #815875

Tints of Old Lavender #815875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 38.62%
G = 26.35%
B = 35.03%

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

#815875 (or 0x815875) is known color: Old Lavender. HEX triplet: 81, 58 and 75. RGB value is (129,88,117). Sum of RGB (Red+Green+Blue) = 129+88+117=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #815875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815875 is #7EA78A. Grayscale: #676767. Windows color (decimal): -8300427 or 7690369. OLE color: 7690369.

HSL color Cylindrical-coordinate representation of color #815875: hue angle of 317.56º 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 #815875 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 88 117 -
CMYK 0 0.32 0.09 0.49
HSL 317.56º 0.19% 0.43% -
HSV(B) 317.56º 0.32% 0.51% -
XYZ 15.75 12.93 18.5 -
YUV 103.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 129 88 117 0 0.32 0.09 0.49 317.56 0.19 0.43
Hex 81 58 75 0 20 9 31 13E 13 2B
Octal 201 130 165 0 40 11 61 476 23 53
Binary 10000001 1011000 1110101 0 100000 1001 110001 100111110 10011 101011

Color Harmonies of #815875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815875

Black with #815875

Text Example


Text Example

White with #815875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815875; }

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

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

background-color css

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

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

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

border-color css

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

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

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