#855892

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

Shades of Affair #855892

Tints of Affair #855892

Color information

#855892 (or 0x855892) is unknown color: approx Affair. HEX triplet: 85, 58 and 92. RGB value is (133,88,146). Sum of RGB (Red+Green+Blue) = 133+88+146=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #855892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855892 is #7AA76D. Grayscale: #6B6B6B. Windows color (decimal): -8038254 or 9590917. OLE color: 9590917.

HSL color Cylindrical-coordinate representation of color #855892: hue angle of 286.55º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855892 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13388146-
CMYK0.090.4000.43
HSL286.55º24.79%45.88%-
HSV(B)286.55º39.73%57.25%-
XYZ18.3514.0428.94-
YUV108.07149.41145.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=36.24%
G=23.98%
B=39.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133881460.090.4000.43286.5524.7945.88
Hex85589292802B11f192e
Octal20513022211500534373156
Binary100001011011000100100101001101000010101110001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855892; }

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

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

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

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

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

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

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

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