#854F99

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

Shades of Affair #854F99

Tints of Affair #854F99

Color information

#854F99 (or 0x854F99) is unknown color: approx Affair. HEX triplet: 85, 4F and 99. RGB value is (133,79,153). Sum of RGB (Red+Green+Blue) = 133+79+153=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #854F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F99 is #7AB066. Grayscale: #676767. Windows color (decimal): -8040551 or 10047365. OLE color: 10047365.

HSL color Cylindrical-coordinate representation of color #854F99: hue angle of 283.78º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854F99 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13379153-
CMYK0.130.4800.4
HSL283.78º31.9%45.49%-
HSV(B)283.78º48.37%60%-
XYZ18.2212.8831.66-
YUV103.58155.89148.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.44%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 153 (60.16% from 255) = 41.92%
R=36.44%
G=21.64%
B=41.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133791530.130.4800.4283.7831.945.49
Hex854F99D3002811c202d
Octal20511723115600504344055
Binary1000010110011111001100111011100000101000100011100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854F99; }

 p { color: rgb(133,79,153); }

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

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

 a { background-color: rgb(133,79,153); }

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

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

 span { border-color: rgb(133,79,153); }

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