#885694

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

Shades of Affair #885694

Tints of Affair #885694

Color information

#885694 (or 0x885694) is unknown color: approx Affair. HEX triplet: 88, 56 and 94. RGB value is (136,86,148). Sum of RGB (Red+Green+Blue) = 136+86+148=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #885694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885694 is #77A96B. Grayscale: #6B6B6B. Windows color (decimal): -7842156 or 9721480. OLE color: 9721480.

HSL color Cylindrical-coordinate representation of color #885694: hue angle of 288.39º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #885694 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13686148-
CMYK0.080.4200.42
HSL288.39º26.5%45.88%-
HSV(B)288.39º41.89%58.04%-
XYZ18.8314.0329.73-
YUV108.02150.56147.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.76%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 148 (58.20% from 255) = 40%
R=36.76%
G=23.24%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136861480.080.4200.42288.3926.545.88
Hex88569482A02A1201a2e
Octal21012622410520524403256
Binary100010001010110100101001000101010010101010010000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885694; }

 p { color: rgb(136,86,148); }

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

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

 a { background-color: rgb(136,86,148); }

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

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

 span { border-color: rgb(136,86,148); }

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