Html Css Color HEX #835C78 Old Lavender

📋 copy color: '#835C78'

red 131 ◦ green 92 ◦ blue 120

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

Shades of Old Lavender #835C78

Tints of Old Lavender #835C78

RGB

 RED value IS 131 (51.56% from 255) = 38.19%

 GREEN value IS 92 (36.33% from 255) = 26.82%

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 38.19%
G = 26.82%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#835C78 (or 0x835C78) is known color: Old Lavender. HEX triplet: 83, 5C and 78. RGB value is (131,92,120). Sum of RGB (Red+Green+Blue) = 131+92+120=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #835C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C78 is #7CA387. Grayscale: #6A6A6A. Windows color (decimal): -8168328 or 7888003. OLE color: 7888003.

HSL color Cylindrical-coordinate representation of color #835C78: hue angle of 316.92º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835C78 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 92 120 -
CMYK 0 0.30 0.08 0.49
HSL 316.92º 0.17% 0.44% -
HSV(B) 316.92º 0.3% 0.51% -
XYZ 16.58 13.84 19.57 -
YUV 106.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 131 92 120 0 0.30 0.08 0.49 316.92 0.17 0.44
Hex 83 5C 78 0 1E 8 31 13D 11 2C
Octal 203 134 170 0 36 10 61 475 21 54
Binary 10000011 1011100 1111000 0 11110 1000 110001 100111101 10001 101100

Color Harmonies of #835C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835C78

Black with #835C78

Text Example


Text Example

White with #835C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835C78; }

 p { color: rgb(131,92,120); }

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

background-color css

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

 a { background-color: rgb(131,92,120); }

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

border-color css

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

 span { border-color: rgb(131,92,120); }

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