#855692

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

Shades of Affair #855692

Tints of Affair #855692

Color information

#855692 (or 0x855692) is unknown color: approx Affair. HEX triplet: 85, 56 and 92. RGB value is (133,86,146). Sum of RGB (Red+Green+Blue) = 133+86+146=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #855692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855692 is #7AA96D. Grayscale: #6A6A6A. Windows color (decimal): -8038766 or 9590405. OLE color: 9590405.

HSL color Cylindrical-coordinate representation of color #855692: hue angle of 287º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855692 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13386146-
CMYK0.090.4100.43
HSL287º25.86%45.49%-
HSV(B)287º41.1%57.25%-
XYZ18.1913.7228.88-
YUV106.89150.07146.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 146 (57.42% from 255) = 40%
R=36.44%
G=23.56%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133861460.090.4100.4328725.8645.49
Hex85569292902B11f1a2d
Octal20512622211510534373255
Binary100001011010110100100101001101001010101110001111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855692; }

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

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

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

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

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

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

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

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