#855894

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

Shades of Affair #855894

Tints of Affair #855894

Color information

#855894 (or 0x855894) is unknown color: approx Affair. HEX triplet: 85, 58 and 94. RGB value is (133,88,148). Sum of RGB (Red+Green+Blue) = 133+88+148=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #855894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855894 is #7AA76B. Grayscale: #6C6C6C. Windows color (decimal): -8038252 or 9721989. OLE color: 9721989.

HSL color Cylindrical-coordinate representation of color #855894: hue angle of 285º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855894 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13388148-
CMYK0.100.4100.42
HSL285º25.42%46.27%-
HSV(B)285º40.54%58.04%-
XYZ18.5114.129.76-
YUV108.3150.41145.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=36.04%
G=23.85%
B=40.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133881480.100.4100.4228525.4246.27
Hex855894A2902A11d192e
Octal20513022412510524353156
Binary100001011011000100101001010101001010101010001110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855894; }

 p { color: rgb(133,88,148); }

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

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

 a { background-color: rgb(133,88,148); }

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

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

 span { border-color: rgb(133,88,148); }

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