#815898

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

Shades of Affair #815898

Tints of Affair #815898

Color information

#815898 (or 0x815898) is unknown color: approx Affair. HEX triplet: 81, 58 and 98. RGB value is (129,88,152). Sum of RGB (Red+Green+Blue) = 129+88+152=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 88 (34.77% from 255 or 23.85% 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 #815898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815898 is #7EA767. Grayscale: #6B6B6B. Windows color (decimal): -8300392 or 9984129. OLE color: 9984129.

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

Color convert

RGB12988152-
CMYK0.150.4200.40
HSL278.44º26.67%47.06%-
HSV(B)278.44º42.11%59.61%-
XYZ18.2113.9131.43-
YUV107.56153.08143.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 88 (34.77% from 255) = 23.85%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=34.96%
G=23.85%
B=41.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129881520.150.4200.40278.4426.6747.06
Hex815898F2A0281161b2f
Octal20113023017520504263357
Binary100000011011000100110001111101010010100010001011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815898; }

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

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

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

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

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

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

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

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