Html Css Color HEX #835976 Old Lavender

📋 copy color: '#835976'

red 131 ◦ green 89 ◦ blue 118

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

Shades of Old Lavender #835976

Tints of Old Lavender #835976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.33%

 BLUE value IS 118 (46.48% from 255) = 34.91%

R = 38.76%
G = 26.33%
B = 34.91%

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

#835976 (or 0x835976) is known color: Old Lavender. HEX triplet: 83, 59 and 76. RGB value is (131,89,118). Sum of RGB (Red+Green+Blue) = 131+89+118=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #835976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835976 is #7CA689. Grayscale: #686868. Windows color (decimal): -8169098 or 7756163. OLE color: 7756163.

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

Color convert

RGB 131 89 118 -
CMYK 0 0.32 0.10 0.49
HSL 318.57º 0.19% 0.43% -
HSV(B) 318.57º 0.32% 0.51% -
XYZ 16.2 13.28 18.85 -
YUV 104.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 131 89 118 0 0.32 0.10 0.49 318.57 0.19 0.43
Hex 83 59 76 0 20 A 31 13F 13 2B
Octal 203 131 166 0 40 12 61 477 23 53
Binary 10000011 1011001 1110110 0 100000 1010 110001 100111111 10011 101011

Color Harmonies of #835976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835976

Black with #835976

Text Example


Text Example

White with #835976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835976; }

 p { color: rgb(131,89,118); }

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

background-color css

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

 a { background-color: rgb(131,89,118); }

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

border-color css

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

 span { border-color: rgb(131,89,118); }

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