#855199

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

Shades of Affair #855199

Tints of Affair #855199

Color information

#855199 (or 0x855199) is unknown color: approx Affair. HEX triplet: 85, 51 and 99. RGB value is (133,81,153). Sum of RGB (Red+Green+Blue) = 133+81+153=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #855199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855199 is #7AAE66. Grayscale: #686868. Windows color (decimal): -8040039 or 10047877. OLE color: 10047877.

HSL color Cylindrical-coordinate representation of color #855199: hue angle of 283.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #855199 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13381153-
CMYK0.130.4700.4
HSL283.33º30.77%45.88%-
HSV(B)283.33º47.06%60%-
XYZ18.3713.1731.71-
YUV104.76155.23148.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=36.24%
G=22.07%
B=41.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133811530.130.4700.4283.3330.7745.88
Hex855199D2F02811b1f2e
Octal20512123115570504333756
Binary100001011010001100110011101101111010100010001101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855199; }

 p { color: rgb(133,81,153); }

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

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

 a { background-color: rgb(133,81,153); }

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

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

 span { border-color: rgb(133,81,153); }

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