#865893

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

Shades of Affair #865893

Tints of Affair #865893

Color information

#865893 (or 0x865893) is unknown color: approx Affair. HEX triplet: 86, 58 and 93. RGB value is (134,88,147). Sum of RGB (Red+Green+Blue) = 134+88+147=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #865893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865893 is #79A76C. Grayscale: #6C6C6C. Windows color (decimal): -7972717 or 9656454. OLE color: 9656454.

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

Color convert

RGB13488147-
CMYK0.090.4000.42
HSL286.78º25.11%46.08%-
HSV(B)286.78º40.14%57.65%-
XYZ18.5914.1529.36-
YUV108.48149.74146.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=36.31%
G=23.85%
B=39.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134881470.090.4000.42286.7825.1146.08
Hex86589392802A11f192e
Octal20613022311500524373156
Binary100001101011000100100111001101000010101010001111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865893; }

 p { color: rgb(134,88,147); }

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

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

 a { background-color: rgb(134,88,147); }

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

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

 span { border-color: rgb(134,88,147); }

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