Html Css Color HEX #895699 Affair

📋 copy color: '#895699'

red 137 ◦ green 86 ◦ blue 153

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

Shades of Affair #895699

Tints of Affair #895699

RGB

 RED value IS 137 (53.91% from 255) = 36.44%

 GREEN value IS 86 (33.98% from 255) = 22.87%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 36.44%
G = 22.87%
B = 40.69%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#895699 (or 0x895699) is known color: Affair. HEX triplet: 89, 56 and 99. RGB value is (137,86,153). Sum of RGB (Red+Green+Blue) = 137+86+153=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #895699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895699 is #76A966. Grayscale: #6C6C6C. Windows color (decimal): -7776615 or 10049161. OLE color: 10049161.

HSL color Cylindrical-coordinate representation of color #895699: hue angle of 285.67º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #895699 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 86 153 -
CMYK 0.10 0.44 0 0.4
HSL 285.67º 0.28% 0.47% -
HSV(B) 285.67º 0.44% 0.6% -
XYZ 19.39 14.27 31.87 -
YUV 108.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 137 86 153 0.10 0.44 0 0.4 285.67 0.28 0.47
Hex 89 56 99 A 2C 0 28 11E 1C 2F
Octal 211 126 231 12 54 0 50 436 34 57
Binary 10001001 1010110 10011001 1010 101100 0 101000 100011110 11100 101111

Color Harmonies of #895699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895699

Black with #895699

Text Example


Text Example

White with #895699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895699; }

 p { color: rgb(137,86,153); }

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

background-color css

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

 a { background-color: rgb(137,86,153); }

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

border-color css

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

 span { border-color: rgb(137,86,153); }

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