#855B99

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

Shades of Affair #855B99

Tints of Affair #855B99

Color information

#855B99 (or 0x855B99) is unknown color: approx Affair. HEX triplet: 85, 5B and 99. RGB value is (133,91,153). Sum of RGB (Red+Green+Blue) = 133+91+153=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #855B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855B99 is #7AA466. Grayscale: #6E6E6E. Windows color (decimal): -8037479 or 10050437. OLE color: 10050437.

HSL color Cylindrical-coordinate representation of color #855B99: hue angle of 280.65º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855B99 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13391153-
CMYK0.130.4100.4
HSL280.65º25.41%47.84%-
HSV(B)280.65º40.52%60%-
XYZ19.1614.7731.98-
YUV110.63151.91143.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.28%
GREEN value IS 91 (35.94% from 255) = 24.14%
BLUE value IS 153 (60.16% from 255) = 40.58%
R=35.28%
G=24.14%
B=40.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133911530.130.4100.4280.6525.4147.84
Hex855B99D290281191930
Octal20513323115510504313160
Binary100001011011011100110011101101001010100010001100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855B99; }

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

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

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

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

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

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

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

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