#815894

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

Shades of Affair #815894

Tints of Affair #815894

Color information

#815894 (or 0x815894) is unknown color: approx Affair. HEX triplet: 81, 58 and 94. RGB value is (129,88,148). Sum of RGB (Red+Green+Blue) = 129+88+148=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #815894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815894 is #7EA76B. Grayscale: #6A6A6A. Windows color (decimal): -8300396 or 9721985. OLE color: 9721985.

HSL color Cylindrical-coordinate representation of color #815894: hue angle of 281º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #815894 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12988148-
CMYK0.130.4100.42
HSL281º25.42%46.27%-
HSV(B)281º40.54%58.04%-
XYZ17.8913.7829.73-
YUV107.1151.08143.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.34%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 148 (58.20% from 255) = 40.55%
R=35.34%
G=24.11%
B=40.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129881480.130.4100.4228125.4246.27
Hex815894D2902A119192e
Octal20113022415510524313156
Binary100000011011000100101001101101001010101010001100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815894; }

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

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

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

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

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

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

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

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