#854F90

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

Shades of Affair #854F90

Tints of Affair #854F90

Color information

#854F90 (or 0x854F90) is unknown color: approx Affair. HEX triplet: 85, 4F and 90. RGB value is (133,79,144). Sum of RGB (Red+Green+Blue) = 133+79+144=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #854F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F90 is #7AB06F. Grayscale: #666666. Windows color (decimal): -8040560 or 9457541. OLE color: 9457541.

HSL color Cylindrical-coordinate representation of color #854F90: hue angle of 289.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #854F90 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13379144-
CMYK0.080.4500.44
HSL289.85º29.15%43.73%-
HSV(B)289.85º45.14%56.47%-
XYZ17.512.5927.89-
YUV102.56151.39149.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=37.36%
G=22.19%
B=40.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133791440.080.4500.44289.8529.1543.73
Hex854F9082D02C1221d2c
Octal20511722010550544423554
Binary100001011001111100100001000101101010110010010001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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