#855690

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

Shades of Affair #855690

Tints of Affair #855690

Color information

#855690 (or 0x855690) is unknown color: approx Affair. HEX triplet: 85, 56 and 90. RGB value is (133,86,144). Sum of RGB (Red+Green+Blue) = 133+86+144=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #855690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855690 is #7AA96F. Grayscale: #6A6A6A. Windows color (decimal): -8038768 or 9459333. OLE color: 9459333.

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

Color convert

RGB13386144-
CMYK0.080.4000.44
HSL288.62º25.22%45.1%-
HSV(B)288.62º40.28%56.47%-
XYZ18.0313.6628.07-
YUV106.66149.07146.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=36.64%
G=23.69%
B=39.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133861440.080.4000.44288.6225.2245.1
Hex85569082802C121192d
Octal20512622010500544413155
Binary100001011010110100100001000101000010110010010000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855690; }

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

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

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

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

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

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

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

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