#855897

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

Shades of Affair #855897

Tints of Affair #855897

Color information

#855897 (or 0x855897) is unknown color: approx Affair. HEX triplet: 85, 58 and 97. RGB value is (133,88,151). Sum of RGB (Red+Green+Blue) = 133+88+151=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #855897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855897 is #7AA768. Grayscale: #6C6C6C. Windows color (decimal): -8038249 or 9918597. OLE color: 9918597.

HSL color Cylindrical-coordinate representation of color #855897: hue angle of 282.86º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #855897 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13388151-
CMYK0.120.4200.41
HSL282.86º26.36%46.86%-
HSV(B)282.86º41.72%59.22%-
XYZ18.7514.231.03-
YUV108.64151.91145.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=35.75%
G=23.66%
B=40.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133881510.120.4200.41282.8626.3646.86
Hex855897C2A02911b1a2f
Octal20513022714520514333257
Binary100001011011000100101111100101010010100110001101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855897; }

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

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

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

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

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

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

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

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