#855191

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

Shades of Affair #855191

Tints of Affair #855191

Color information

#855191 (or 0x855191) is unknown color: approx Affair. HEX triplet: 85, 51 and 91. RGB value is (133,81,145). Sum of RGB (Red+Green+Blue) = 133+81+145=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #855191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855191 is #7AAE6E. Grayscale: #676767. Windows color (decimal): -8040047 or 9523589. OLE color: 9523589.

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

Color convert

RGB13381145-
CMYK0.080.4400.43
HSL288.75º28.32%44.31%-
HSV(B)288.75º44.14%56.86%-
XYZ17.7312.9228.35-
YUV103.84151.23148.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=37.05%
G=22.56%
B=40.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133811450.080.4400.43288.7528.3244.31
Hex85519182C02B1211c2c
Octal20512122110540534413454
Binary100001011010001100100011000101100010101110010000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855191; }

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

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

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

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

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

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

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

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