#854F8F

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

Shades of Affair #854F8F

Tints of Affair #854F8F

Color information

#854F8F (or 0x854F8F) is unknown color: approx Affair. HEX triplet: 85, 4F and 8F. RGB value is (133,79,143). Sum of RGB (Red+Green+Blue) = 133+79+143=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #854F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #854F8F is #7AB070. Grayscale: #666666. Windows color (decimal): -8040561 or 9392005. OLE color: 9392005.

HSL color Cylindrical-coordinate representation of color #854F8F: hue angle of 290.62º 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 #854F8F is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13379143-
CMYK0.070.4500.44
HSL290.62º28.83%43.53%-
HSV(B)290.62º44.76%56.08%-
XYZ17.4312.5627.49-
YUV102.44150.89149.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=37.46%
G=22.25%
B=40.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133791430.070.4500.44290.6228.8343.53
Hex854F8F72D02C1231d2c
Octal2051172177550544433554
Binary10000101100111110001111111101101010110010010001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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