Html Css Color HEX #815874 Old Lavender

📋 copy color: '#815874'

red 129 ◦ green 88 ◦ blue 116

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

Shades of Old Lavender #815874

Tints of Old Lavender #815874

RGB

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

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

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

R = 38.74%
G = 26.43%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#815874 (or 0x815874) is known color: Old Lavender. HEX triplet: 81, 58 and 74. RGB value is (129,88,116). Sum of RGB (Red+Green+Blue) = 129+88+116=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #815874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815874 is #7EA78B. Grayscale: #676767. Windows color (decimal): -8300428 or 7624833. OLE color: 7624833.

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

Color convert

RGB 129 88 116 -
CMYK 0 0.32 0.10 0.49
HSL 319.02º 0.19% 0.43% -
HSV(B) 319.02º 0.32% 0.51% -
XYZ 15.7 12.91 18.19 -
YUV 103.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 129 88 116 0 0.32 0.10 0.49 319.02 0.19 0.43
Hex 81 58 74 0 20 A 31 13F 13 2B
Octal 201 130 164 0 40 12 61 477 23 53
Binary 10000001 1011000 1110100 0 100000 1010 110001 100111111 10011 101011

Color Harmonies of #815874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815874

Black with #815874

Text Example


Text Example

White with #815874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815874; }

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

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

background-color css

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

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

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

border-color css

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

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

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