#855090

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

Shades of Affair #855090

Tints of Affair #855090

Color information

#855090 (or 0x855090) is unknown color: approx Affair. HEX triplet: 85, 50 and 90. RGB value is (133,80,144). Sum of RGB (Red+Green+Blue) = 133+80+144=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #855090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855090 is #7AAF6F. Grayscale: #666666. Windows color (decimal): -8040304 or 9457797. OLE color: 9457797.

HSL color Cylindrical-coordinate representation of color #855090: hue angle of 289.69º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855090 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13380144-
CMYK0.080.4400.44
HSL289.69º28.57%43.92%-
HSV(B)289.69º44.44%56.47%-
XYZ17.5812.7427.92-
YUV103.14151.06149.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 80 (31.64% from 255) = 22.41%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=37.25%
G=22.41%
B=40.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133801440.080.4400.44289.6928.5743.92
Hex85509082C02C1221d2c
Octal20512022010540544423554
Binary100001011010000100100001000101100010110010010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855090; }

 p { color: rgb(133,80,144); }

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

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

 a { background-color: rgb(133,80,144); }

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

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

 span { border-color: rgb(133,80,144); }

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