#815198

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

Shades of Affair #815198

Tints of Affair #815198

Color information

#815198 (or 0x815198) is unknown color: approx Affair. HEX triplet: 81, 51 and 98. RGB value is (129,81,152). Sum of RGB (Red+Green+Blue) = 129+81+152=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #815198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815198 is #7EAE67. Grayscale: #676767. Windows color (decimal): -8302184 or 9982337. OLE color: 9982337.

HSL color Cylindrical-coordinate representation of color #815198: hue angle of 280.56º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #815198 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12981152-
CMYK0.150.4700.40
HSL280.56º30.47%45.69%-
HSV(B)280.56º46.71%59.61%-
XYZ17.6612.8231.25-
YUV103.45155.4146.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.64%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 152 (59.77% from 255) = 41.99%
R=35.64%
G=22.38%
B=41.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129811520.150.4700.40280.5630.4745.69
Hex815198F2F0281191e2e
Octal20112123017570504313656
Binary100000011010001100110001111101111010100010001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815198; }

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

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

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

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

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

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

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

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