Html Css Color HEX #886982 Old Lavender

📋 copy color: '#886982'

red 136 ◦ green 105 ◦ blue 130

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

Shades of Old Lavender #886982

Tints of Old Lavender #886982

RGB

 RED value IS 136 (53.52% from 255) = 36.66%

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 36.66%
G = 28.3%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#886982 (or 0x886982) is known color: Old Lavender. HEX triplet: 88, 69 and 82. RGB value is (136,105,130). Sum of RGB (Red+Green+Blue) = 136+105+130=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #886982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886982 is #77967D. Grayscale: #757575. Windows color (decimal): -7837310 or 8546696. OLE color: 8546696.

HSL color Cylindrical-coordinate representation of color #886982: hue angle of 311.61º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886982 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 105 130 -
CMYK 0 0.23 0.04 0.47
HSL 311.61º 0.13% 0.47% -
HSV(B) 311.61º 0.23% 0.53% -
XYZ 19.23 16.95 23.38 -
YUV 117.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 136 105 130 0 0.23 0.04 0.47 311.61 0.13 0.47
Hex 88 69 82 0 17 4 2F 138 D 2F
Octal 210 151 202 0 27 4 57 470 15 57
Binary 10001000 1101001 10000010 0 10111 100 101111 100111000 1101 101111

Color Harmonies of #886982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886982

Black with #886982

Text Example


Text Example

White with #886982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886982; }

 p { color: rgb(136,105,130); }

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

background-color css

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

 a { background-color: rgb(136,105,130); }

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

border-color css

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

 span { border-color: rgb(136,105,130); }

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