Html Css Color HEX #895399 Affair

📋 copy color: '#895399'

red 137 ◦ green 83 ◦ blue 153

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

Shades of Affair #895399

Tints of Affair #895399

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 value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#895399 (or 0x895399) is known color: 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

RGB 137 83 153 -
CMYK 0.10 0.46 0 0.4
HSL 286.29º 0.3% 0.46% -
HSV(B) 286.29º 0.46% 0.6% -
XYZ 19.16 13.8 31.79 -
YUV 107.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 137 83 153 0.10 0.46 0 0.4 286.29 0.3 0.46
Hex 89 53 99 A 2E 0 28 11E 1E 2E
Octal 211 123 231 12 56 0 50 436 36 56
Binary 10001001 1010011 10011001 1010 101110 0 101000 100011110 11110 101110

Color Harmonies of #895399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895399

Black with #895399

Text Example


Text Example

White with #895399

Text Example


Text Example

HTML Codes & Css Web 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>