#815193

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

Shades of Affair #815193

Tints of Affair #815193

Color information

#815193 (or 0x815193) is unknown color: approx Affair. HEX triplet: 81, 51 and 93. RGB value is (129,81,147). Sum of RGB (Red+Green+Blue) = 129+81+147=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #815193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815193 is #7EAE6C. Grayscale: #666666. Windows color (decimal): -8302189 or 9654657. OLE color: 9654657.

HSL color Cylindrical-coordinate representation of color #815193: hue angle of 283.64º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #815193 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12981147-
CMYK0.120.4500.42
HSL283.64º28.95%44.71%-
HSV(B)283.64º44.9%57.65%-
XYZ17.2612.6629.14-
YUV102.88152.9146.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 147 (57.81% from 255) = 41.18%
R=36.13%
G=22.69%
B=41.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129811470.120.4500.42283.6428.9544.71
Hex815193C2D02A11c1d2d
Octal20112122314550524343555
Binary100000011010001100100111100101101010101010001110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815193; }

 p { color: rgb(129,81,147); }

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

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

 a { background-color: rgb(129,81,147); }

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

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

 span { border-color: rgb(129,81,147); }

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