#855898

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

Shades of Affair #855898

Tints of Affair #855898

Color information

#855898 (or 0x855898) is unknown color: approx Affair. HEX triplet: 85, 58 and 98. RGB value is (133,88,152). Sum of RGB (Red+Green+Blue) = 133+88+152=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #855898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855898 is #7AA767. Grayscale: #6C6C6C. Windows color (decimal): -8038248 or 9984133. OLE color: 9984133.

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

Color convert

RGB13388152-
CMYK0.130.4200.40
HSL282.19º26.67%47.06%-
HSV(B)282.19º42.11%59.61%-
XYZ18.8314.2331.46-
YUV108.75152.41145.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.66%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=35.66%
G=23.59%
B=40.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133881520.130.4200.40282.1926.6747.06
Hex855898D2A02811a1b2f
Octal20513023015520504323357
Binary100001011011000100110001101101010010100010001101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855898; }

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

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

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

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

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

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

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

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