#855695

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

Shades of Affair #855695

Tints of Affair #855695

Color information

#855695 (or 0x855695) is unknown color: approx Affair. HEX triplet: 85, 56 and 95. RGB value is (133,86,149). Sum of RGB (Red+Green+Blue) = 133+86+149=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #855695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855695 is #7AA96A. Grayscale: #6B6B6B. Windows color (decimal): -8038763 or 9787013. OLE color: 9787013.

HSL color Cylindrical-coordinate representation of color #855695: hue angle of 284.76º degrees, saturation: 0.27, 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 #855695 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13386149-
CMYK0.110.4200.42
HSL284.76º26.81%46.08%-
HSV(B)284.76º42.28%58.43%-
XYZ18.4313.8130.13-
YUV107.24151.57146.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=36.14%
G=23.37%
B=40.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133861490.110.4200.42284.7626.8146.08
Hex855695B2A02A11d1b2e
Octal20512622513520524353356
Binary100001011010110100101011011101010010101010001110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855695; }

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

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

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

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

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

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

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

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