#815598

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

Shades of Affair #815598

Tints of Affair #815598

Color information

#815598 (or 0x815598) is unknown color: approx Affair. HEX triplet: 81, 55 and 98. RGB value is (129,85,152). Sum of RGB (Red+Green+Blue) = 129+85+152=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #815598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815598 is #7EAA67. Grayscale: #696969. Windows color (decimal): -8301160 or 9983361. OLE color: 9983361.

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

Color convert

RGB12985152-
CMYK0.150.4400.40
HSL279.4º28.27%46.47%-
HSV(B)279.4º44.08%59.61%-
XYZ17.9713.4331.35-
YUV105.79154.08144.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 152 (59.77% from 255) = 41.53%
R=35.25%
G=23.22%
B=41.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129851520.150.4400.40279.428.2746.47
Hex815598F2C0281171c2e
Octal20112523017540504273456
Binary100000011010101100110001111101100010100010001011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815598; }

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

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

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

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

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

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

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

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