Html Css Color HEX #895696 Affair

📋 copy color: '#895696'

red 137 ◦ green 86 ◦ blue 150

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

Shades of Affair #895696

Tints of Affair #895696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 36.73%
G = 23.06%
B = 40.21%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#895696 (or 0x895696) is known color: Affair. HEX triplet: 89, 56 and 96. RGB value is (137,86,150). Sum of RGB (Red+Green+Blue) = 137+86+150=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #895696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895696 is #76A969. Grayscale: #6C6C6C. Windows color (decimal): -7776618 or 9852553. OLE color: 9852553.

HSL color Cylindrical-coordinate representation of color #895696: hue angle of 287.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #895696 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 86 150 -
CMYK 0.09 0.43 0 0.41
HSL 287.81º 0.27% 0.46% -
HSV(B) 287.81º 0.43% 0.59% -
XYZ 19.15 14.18 30.58 -
YUV 108.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 137 86 150 0.09 0.43 0 0.41 287.81 0.27 0.46
Hex 89 56 96 9 2B 0 29 120 1B 2E
Octal 211 126 226 11 53 0 51 440 33 56
Binary 10001001 1010110 10010110 1001 101011 0 101001 100100000 11011 101110

Color Harmonies of #895696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895696

Black with #895696

Text Example


Text Example

White with #895696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895696; }

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

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

background-color css

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

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

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

border-color css

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

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

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