Html Css Color HEX #805875 Old Lavender

📋 copy color: '#805875'

red 128 ◦ green 88 ◦ blue 117

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

Shades of Old Lavender #805875

Tints of Old Lavender #805875

RGB

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

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

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

R = 38.44%
G = 26.43%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#805875 (or 0x805875) is known color: Old Lavender. HEX triplet: 80, 58 and 75. RGB value is (128,88,117). Sum of RGB (Red+Green+Blue) = 128+88+117=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #805875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805875 is #7FA78A. Grayscale: #676767. Windows color (decimal): -8365963 or 7690368. OLE color: 7690368.

HSL color Cylindrical-coordinate representation of color #805875: hue angle of 316.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 #805875 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 117 -
CMYK 0 0.31 0.09 0.50
HSL 316.5º 0.19% 0.42% -
HSV(B) 316.5º 0.31% 0.5% -
XYZ 15.6 12.85 18.49 -
YUV 103.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 128 88 117 0 0.31 0.09 0.50 316.5 0.19 0.42
Hex 80 58 75 0 1F 9 32 13C 13 2A
Octal 200 130 165 0 37 11 62 474 23 52
Binary 10000000 1011000 1110101 0 11111 1001 110010 100111100 10011 101010

Color Harmonies of #805875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805875

Black with #805875

Text Example


Text Example

White with #805875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805875; }

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

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

background-color css

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

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

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

border-color css

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

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

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