Html Css Color HEX #895896 Affair

📋 copy color: '#895896'

red 137 ◦ green 88 ◦ blue 150

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

Shades of Affair #895896

Tints of Affair #895896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

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

R = 36.53%
G = 23.47%
B = 40%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#895896 (or 0x895896) is known color: Affair. HEX triplet: 89, 58 and 96. RGB value is (137,88,150). Sum of RGB (Red+Green+Blue) = 137+88+150=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #895896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895896 is #76A769. Grayscale: #6D6D6D. Windows color (decimal): -7776106 or 9853065. OLE color: 9853065.

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

Color convert

RGB 137 88 150 -
CMYK 0.09 0.41 0 0.41
HSL 287.42º 0.26% 0.47% -
HSV(B) 287.42º 0.41% 0.59% -
XYZ 19.31 14.5 30.64 -
YUV 109.72 150.73 147.46 -
System Red Green Blue C M Y K H S L
Decimal 137 88 150 0.09 0.41 0 0.41 287.42 0.26 0.47
Hex 89 58 96 9 29 0 29 11F 1A 2F
Octal 211 130 226 11 51 0 51 437 32 57
Binary 10001001 1011000 10010110 1001 101001 0 101001 100011111 11010 101111

Color Harmonies of #895896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895896

Black with #895896

Text Example


Text Example

White with #895896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895896; }

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

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

background-color css

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

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

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

border-color css

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

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

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