#855498

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

Shades of Affair #855498

Tints of Affair #855498

Color information

#855498 (or 0x855498) is unknown color: approx Affair. HEX triplet: 85, 54 and 98. RGB value is (133,84,152). Sum of RGB (Red+Green+Blue) = 133+84+152=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #855498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855498 is #7AAB67. Grayscale: #6A6A6A. Windows color (decimal): -8039272 or 9983109. OLE color: 9983109.

HSL color Cylindrical-coordinate representation of color #855498: hue angle of 283.24º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855498 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13384152-
CMYK0.130.4500.40
HSL283.24º28.81%46.27%-
HSV(B)283.24º44.74%59.61%-
XYZ18.5113.5931.35-
YUV106.4153.73146.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=36.04%
G=22.76%
B=41.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133841520.130.4500.40283.2428.8146.27
Hex855498D2D02811b1d2e
Octal20512423015550504333556
Binary100001011010100100110001101101101010100010001101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855498; }

 p { color: rgb(133,84,152); }

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

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

 a { background-color: rgb(133,84,152); }

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

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

 span { border-color: rgb(133,84,152); }

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