#885998

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

Shades of Affair #885998

Tints of Affair #885998

Color information

#885998 (or 0x885998) is unknown color: approx Affair. HEX triplet: 88, 59 and 98. RGB value is (136,89,152). Sum of RGB (Red+Green+Blue) = 136+89+152=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #885998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885998 is #77A667. Grayscale: #6E6E6E. Windows color (decimal): -7841384 or 9984392. OLE color: 9984392.

HSL color Cylindrical-coordinate representation of color #885998: hue angle of 284.76º 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 #885998 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13689152-
CMYK0.110.4100.40
HSL284.76º26.14%47.25%-
HSV(B)284.76º41.45%59.61%-
XYZ19.3914.6531.51-
YUV110.24151.57146.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=36.07%
G=23.61%
B=40.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal136891520.110.4100.40284.7626.1447.25
Hex885998B2902811d1a2f
Octal21013123013510504353257
Binary100010001011001100110001011101001010100010001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885998; }

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

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

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

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

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

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

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

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