#855694

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

Shades of Affair #855694

Tints of Affair #855694

Color information

#855694 (or 0x855694) is unknown color: approx Affair. HEX triplet: 85, 56 and 94. RGB value is (133,86,148). Sum of RGB (Red+Green+Blue) = 133+86+148=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #855694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855694 is #7AA96B. Grayscale: #6A6A6A. Windows color (decimal): -8038764 or 9721477. OLE color: 9721477.

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

Color convert

RGB13386148-
CMYK0.100.4200.42
HSL285.48º26.5%45.88%-
HSV(B)285.48º41.89%58.04%-
XYZ18.3513.7829.71-
YUV107.12151.07146.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 86 (33.98% from 255) = 23.43%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=36.24%
G=23.43%
B=40.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133861480.100.4200.42285.4826.545.88
Hex855694A2A02A11d1a2e
Octal20512622412520524353256
Binary100001011010110100101001010101010010101010001110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855694; }

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

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

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

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

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

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

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

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