#815093

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

Shades of Affair #815093

Tints of Affair #815093

Color information

#815093 (or 0x815093) is unknown color: approx Affair. HEX triplet: 81, 50 and 93. RGB value is (129,80,147). Sum of RGB (Red+Green+Blue) = 129+80+147=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #815093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815093 is #7EAF6C. Grayscale: #666666. Windows color (decimal): -8302445 or 9654401. OLE color: 9654401.

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

Color convert

RGB12980147-
CMYK0.120.4600.42
HSL283.88º29.52%44.51%-
HSV(B)283.88º45.58%57.65%-
XYZ17.1912.5129.11-
YUV102.29153.23147.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.24%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=36.24%
G=22.47%
B=41.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129801470.120.4600.42283.8829.5244.51
Hex815093C2E02A11c1e2d
Octal20112022314560524343655
Binary100000011010000100100111100101110010101010001110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815093; }

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

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

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

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

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

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

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

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