Html Css Color HEX #815A75 Old Lavender

📋 copy color: '#815A75'

red 129 ◦ green 90 ◦ blue 117

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

Shades of Old Lavender #815A75

Tints of Old Lavender #815A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 38.39%
G = 26.79%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#815A75 (or 0x815A75) is known color: Old Lavender. HEX triplet: 81, 5A and 75. RGB value is (129,90,117). Sum of RGB (Red+Green+Blue) = 129+90+117=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #815A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A75 is #7EA58A. Grayscale: #686868. Windows color (decimal): -8299915 or 7690881. OLE color: 7690881.

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

Color convert

RGB 129 90 117 -
CMYK 0 0.30 0.09 0.49
HSL 318.46º 0.18% 0.43% -
HSV(B) 318.46º 0.3% 0.51% -
XYZ 15.92 13.26 18.55 -
YUV 104.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 129 90 117 0 0.30 0.09 0.49 318.46 0.18 0.43
Hex 81 5A 75 0 1E 9 31 13E 12 2B
Octal 201 132 165 0 36 11 61 476 22 53
Binary 10000001 1011010 1110101 0 11110 1001 110001 100111110 10010 101011

Color Harmonies of #815A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815A75

Black with #815A75

Text Example


Text Example

White with #815A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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