#815099

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

Shades of Affair #815099

Tints of Affair #815099

Color information

#815099 (or 0x815099) is unknown color: approx Affair. HEX triplet: 81, 50 and 99. RGB value is (129,80,153). Sum of RGB (Red+Green+Blue) = 129+80+153=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #815099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815099 is #7EAF66. Grayscale: #666666. Windows color (decimal): -8302439 or 10047617. OLE color: 10047617.

HSL color Cylindrical-coordinate representation of color #815099: hue angle of 280.27º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815099 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12980153-
CMYK0.160.4800.4
HSL280.27º31.33%45.69%-
HSV(B)280.27º47.71%60%-
XYZ17.6712.731.66-
YUV102.97156.23146.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 153 (60.16% from 255) = 42.27%
R=35.64%
G=22.10%
B=42.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129801530.160.4800.4280.2731.3345.69
Hex81509910300281181f2e
Octal20112023120600504303756
Binary1000000110100001001100110000110000010100010001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815099; }

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

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

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

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

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

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

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

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