#855495

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

Shades of Affair #855495

Tints of Affair #855495

Color information

#855495 (or 0x855495) is unknown color: approx Affair. HEX triplet: 85, 54 and 95. RGB value is (133,84,149). Sum of RGB (Red+Green+Blue) = 133+84+149=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #855495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855495 is #7AAB6A. Grayscale: #696969. Windows color (decimal): -8039275 or 9786501. OLE color: 9786501.

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

Color convert

RGB13384149-
CMYK0.110.4400.42
HSL285.23º27.9%45.69%-
HSV(B)285.23º43.62%58.43%-
XYZ18.2713.530.08-
YUV106.06152.23147.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=36.34%
G=22.95%
B=40.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133841490.110.4400.42285.2327.945.69
Hex855495B2C02A11d1c2e
Octal20512422513540524353456
Binary100001011010100100101011011101100010101010001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855495; }

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

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

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

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

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

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

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

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