#855492

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

Shades of Affair #855492

Tints of Affair #855492

Color information

#855492 (or 0x855492) is unknown color: approx Affair. HEX triplet: 85, 54 and 92. RGB value is (133,84,146). Sum of RGB (Red+Green+Blue) = 133+84+146=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #855492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855492 is #7AAB6D. Grayscale: #696969. Windows color (decimal): -8039278 or 9589893. OLE color: 9589893.

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

Color convert

RGB13384146-
CMYK0.090.4200.43
HSL287.42º26.96%45.1%-
HSV(B)287.42º42.47%57.25%-
XYZ18.0313.428.83-
YUV105.72150.73147.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=36.64%
G=23.14%
B=40.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133841460.090.4200.43287.4226.9645.1
Hex85549292A02B11f1b2d
Octal20512422211520534373355
Binary100001011010100100100101001101010010101110001111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855492; }

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

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

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

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

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

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

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

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