#815C99

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

Shades of Affair #815C99

Tints of Affair #815C99

Color information

#815C99 (or 0x815C99) is unknown color: approx Affair. HEX triplet: 81, 5C and 99. RGB value is (129,92,153). Sum of RGB (Red+Green+Blue) = 129+92+153=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #815C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815C99 is #7EA366. Grayscale: #6D6D6D. Windows color (decimal): -8299367 or 10050689. OLE color: 10050689.

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

Color convert

RGB12992153-
CMYK0.160.4000.4
HSL276.39º24.9%48.04%-
HSV(B)276.39º39.87%60%-
XYZ18.6314.6231.98-
YUV110.02152.26141.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=34.49%
G=24.60%
B=40.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129921530.160.4000.4276.3924.948.04
Hex815C9910280281141930
Octal20113423120500504243160
Binary1000000110111001001100110000101000010100010001010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815C99; }

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

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

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

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

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

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

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

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