#855696

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

Shades of Affair #855696

Tints of Affair #855696

Color information

#855696 (or 0x855696) is unknown color: approx Affair. HEX triplet: 85, 56 and 96. RGB value is (133,86,150). Sum of RGB (Red+Green+Blue) = 133+86+150=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #855696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855696 is #7AA969. Grayscale: #6B6B6B. Windows color (decimal): -8038762 or 9852549. OLE color: 9852549.

HSL color Cylindrical-coordinate representation of color #855696: hue angle of 284.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #855696 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13386150-
CMYK0.110.4300.41
HSL284.06º27.12%46.27%-
HSV(B)284.06º42.67%58.82%-
XYZ18.5113.8430.55-
YUV107.35152.07146.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=36.04%
G=23.31%
B=40.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133861500.110.4300.41284.0627.1246.27
Hex855696B2B02911c1b2e
Octal20512622613530514343356
Binary100001011010110100101101011101011010100110001110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855696; }

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

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

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

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

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

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

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

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