#855291

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

Shades of Affair #855291

Tints of Affair #855291

Color information

#855291 (or 0x855291) is unknown color: approx Affair. HEX triplet: 85, 52 and 91. RGB value is (133,82,145). Sum of RGB (Red+Green+Blue) = 133+82+145=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #855291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855291 is #7AAD6E. Grayscale: #686868. Windows color (decimal): -8039791 or 9523845. OLE color: 9523845.

HSL color Cylindrical-coordinate representation of color #855291: hue angle of 288.57º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #855291 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13382145-
CMYK0.080.4300.43
HSL288.57º27.75%44.51%-
HSV(B)288.57º43.45%56.86%-
XYZ17.813.0728.37-
YUV104.43150.9148.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 82 (32.42% from 255) = 22.78%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=36.94%
G=22.78%
B=40.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133821450.080.4300.43288.5727.7544.51
Hex85529182B02B1211c2d
Octal20512222110530534413455
Binary100001011010010100100011000101011010101110010000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855291; }

 p { color: rgb(133,82,145); }

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

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

 a { background-color: rgb(133,82,145); }

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

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

 span { border-color: rgb(133,82,145); }

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