#875198

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

Shades of Affair #875198

Tints of Affair #875198

Color information

#875198 (or 0x875198) is unknown color: approx Affair. HEX triplet: 87, 51 and 98. RGB value is (135,81,152). Sum of RGB (Red+Green+Blue) = 135+81+152=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #875198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875198 is #78AE67. Grayscale: #696969. Windows color (decimal): -7908968 or 9982343. OLE color: 9982343.

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

Color convert

RGB13581152-
CMYK0.110.4700.40
HSL285.63º30.47%45.69%-
HSV(B)285.63º46.71%59.61%-
XYZ18.613.331.29-
YUV105.24154.39149.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 152 (59.77% from 255) = 41.30%
R=36.68%
G=22.01%
B=41.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135811520.110.4700.40285.6330.4745.69
Hex875198B2F02811e1e2e
Octal20712123013570504363656
Binary100001111010001100110001011101111010100010001111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875198; }

 p { color: rgb(135,81,152); }

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

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

 a { background-color: rgb(135,81,152); }

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

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

 span { border-color: rgb(135,81,152); }

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