#815692

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

Shades of Affair #815692

Tints of Affair #815692

Color information

#815692 (or 0x815692) is unknown color: approx Affair. HEX triplet: 81, 56 and 92. RGB value is (129,86,146). Sum of RGB (Red+Green+Blue) = 129+86+146=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #815692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815692 is #7EA96D. Grayscale: #696969. Windows color (decimal): -8300910 or 9590401. OLE color: 9590401.

HSL color Cylindrical-coordinate representation of color #815692: hue angle of 283º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #815692 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12986146-
CMYK0.120.4100.43
HSL283º25.86%45.49%-
HSV(B)283º41.1%57.25%-
XYZ17.5713.428.85-
YUV105.7150.75144.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=35.73%
G=23.82%
B=40.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129861460.120.4100.4328325.8645.49
Hex815692C2902B11b1a2d
Octal20112622214510534333255
Binary100000011010110100100101100101001010101110001101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815692; }

 p { color: rgb(129,86,146); }

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

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

 a { background-color: rgb(129,86,146); }

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

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

 span { border-color: rgb(129,86,146); }

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