#865D92

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

Shades of Affair #865D92

Tints of Affair #865D92

Color information

#865D92 (or 0x865D92) is unknown color: approx Affair. HEX triplet: 86, 5D and 92. RGB value is (134,93,146). Sum of RGB (Red+Green+Blue) = 134+93+146=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #865D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865D92 is #79A26D. Grayscale: #6F6F6F. Windows color (decimal): -7971438 or 9592198. OLE color: 9592198.

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

Color convert

RGB13493146-
CMYK0.080.3600.43
HSL286.42º22.18%46.86%-
HSV(B)286.42º36.3%57.25%-
XYZ18.9314.9729.09-
YUV111.3147.58144.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=35.92%
G=24.93%
B=39.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134931460.080.3600.43286.4222.1846.86
Hex865D9282402B11e162f
Octal20613522210440534362657
Binary100001101011101100100101000100100010101110001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865D92; }

 p { color: rgb(134,93,146); }

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

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

 a { background-color: rgb(134,93,146); }

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

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

 span { border-color: rgb(134,93,146); }

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