#855998

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

Shades of Affair #855998

Tints of Affair #855998

Color information

#855998 (or 0x855998) is unknown color: approx Affair. HEX triplet: 85, 59 and 98. RGB value is (133,89,152). Sum of RGB (Red+Green+Blue) = 133+89+152=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #855998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855998 is #7AA667. Grayscale: #6D6D6D. Windows color (decimal): -8037992 or 9984389. OLE color: 9984389.

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

Color convert

RGB13389152-
CMYK0.130.4100.40
HSL281.9º26.14%47.25%-
HSV(B)281.9º41.45%59.61%-
XYZ18.9114.431.49-
YUV109.34152.08144.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=35.56%
G=23.80%
B=40.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133891520.130.4100.40281.926.1447.25
Hex855998D2902811a1a2f
Octal20513123015510504323257
Binary100001011011001100110001101101001010100010001101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855998; }

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

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

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

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

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

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

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

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