#895399

Color #895399 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #895399

Tints of Affair #895399

Color information

#895399 (or 0x895399) is unknown color: approx Affair. HEX triplet: 89, 53 and 99. RGB value is (137,83,153). Sum of RGB (Red+Green+Blue) = 137+83+153=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #895399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895399 is #76AC66. Grayscale: #6A6A6A. Windows color (decimal): -7777383 or 10048393. OLE color: 10048393.

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

Color convert

RGB13783153-
CMYK0.100.4600.4
HSL286.29º29.66%46.27%-
HSV(B)286.29º45.75%60%-
XYZ19.1613.831.79-
YUV107.13153.89149.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.73%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=36.73%
G=22.25%
B=41.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal137831530.100.4600.4286.2929.6646.27
Hex895399A2E02811e1e2e
Octal21112323112560504363656
Binary100010011010011100110011010101110010100010001111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895399; }

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

 H1.HeaderClassName
 {
   color: #895399;
 }
 .AnyTagClassName
 {
   color: #895399;
 }
</style>
background-color css

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

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

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

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

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

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