#854F94

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

Shades of Affair #854F94

Tints of Affair #854F94

Color information

#854F94 (or 0x854F94) is unknown color: approx Affair. HEX triplet: 85, 4F and 94. RGB value is (133,79,148). Sum of RGB (Red+Green+Blue) = 133+79+148=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #854F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F94 is #7AB06B. Grayscale: #666666. Windows color (decimal): -8040556 or 9719685. OLE color: 9719685.

HSL color Cylindrical-coordinate representation of color #854F94: hue angle of 286.96º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854F94 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13379148-
CMYK0.100.4700.42
HSL286.96º30.4%44.51%-
HSV(B)286.96º46.62%58.04%-
XYZ17.8112.7229.53-
YUV103.01153.39149.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=36.94%
G=21.94%
B=41.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133791480.100.4700.42286.9630.444.51
Hex854F94A2F02A11f1e2d
Octal20511722412570524373655
Binary100001011001111100101001010101111010101010001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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