Html Css Color HEX #895499 Affair

📋 copy color: '#895499'

red 137 ◦ green 84 ◦ blue 153

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

Shades of Affair #895499

Tints of Affair #895499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

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

R = 36.63%
G = 22.46%
B = 40.91%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#895499 (or 0x895499) is known color: Affair. HEX triplet: 89, 54 and 99. RGB value is (137,84,153). Sum of RGB (Red+Green+Blue) = 137+84+153=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #895499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895499 is #76AB66. Grayscale: #6B6B6B. Windows color (decimal): -7777127 or 10048649. OLE color: 10048649.

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

Color convert

RGB 137 84 153 -
CMYK 0.10 0.45 0 0.4
HSL 286.09º 0.29% 0.46% -
HSV(B) 286.09º 0.45% 0.6% -
XYZ 19.24 13.96 31.82 -
YUV 107.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 137 84 153 0.10 0.45 0 0.4 286.09 0.29 0.46
Hex 89 54 99 A 2D 0 28 11E 1D 2E
Octal 211 124 231 12 55 0 50 436 35 56
Binary 10001001 1010100 10011001 1010 101101 0 101000 100011110 11101 101110

Color Harmonies of #895499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895499

Black with #895499

Text Example


Text Example

White with #895499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895499; }

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

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

background-color css

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

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

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

border-color css

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

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

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