Html Css Color HEX #805873 Old Lavender

📋 copy color: '#805873'

red 128 ◦ green 88 ◦ blue 115

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

Shades of Old Lavender #805873

Tints of Old Lavender #805873

RGB

 RED value IS 128 (50.39% from 255) = 38.67%

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

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 38.67%
G = 26.59%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#805873 (or 0x805873) is known color: Old Lavender. HEX triplet: 80, 58 and 73. RGB value is (128,88,115). Sum of RGB (Red+Green+Blue) = 128+88+115=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #805873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805873 is #7FA78C. Grayscale: #666666. Windows color (decimal): -8365965 or 7559296. OLE color: 7559296.

HSL color Cylindrical-coordinate representation of color #805873: hue angle of 319.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805873 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 115 -
CMYK 0 0.31 0.10 0.50
HSL 319.5º 0.19% 0.42% -
HSV(B) 319.5º 0.31% 0.5% -
XYZ 15.49 12.81 17.88 -
YUV 103.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 128 88 115 0 0.31 0.10 0.50 319.5 0.19 0.42
Hex 80 58 73 0 1F A 32 140 13 2A
Octal 200 130 163 0 37 12 62 500 23 52
Binary 10000000 1011000 1110011 0 11111 1010 110010 101000000 10011 101010

Color Harmonies of #805873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805873

Black with #805873

Text Example


Text Example

White with #805873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805873; }

 p { color: rgb(128,88,115); }

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

background-color css

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

 a { background-color: rgb(128,88,115); }

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

border-color css

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

 span { border-color: rgb(128,88,115); }

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