#885896

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

Shades of Affair #885896

Tints of Affair #885896

Color information

#885896 (or 0x885896) is unknown color: approx Affair. HEX triplet: 88, 58 and 96. RGB value is (136,88,150). Sum of RGB (Red+Green+Blue) = 136+88+150=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #885896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885896 is #77A769. Grayscale: #6D6D6D. Windows color (decimal): -7841642 or 9853064. OLE color: 9853064.

HSL color Cylindrical-coordinate representation of color #885896: hue angle of 286.45º 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 #885896 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13688150-
CMYK0.090.4100.41
HSL286.45º26.05%46.67%-
HSV(B)286.45º41.33%58.82%-
XYZ19.1514.4230.63-
YUV109.42150.9146.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=36.36%
G=23.53%
B=40.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal136881500.090.4100.41286.4526.0546.67
Hex88589692902911e1a2f
Octal21013022611510514363257
Binary100010001011000100101101001101001010100110001111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885896; }

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

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

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

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

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

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

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

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