#815195

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

Shades of Affair #815195

Tints of Affair #815195

Color information

#815195 (or 0x815195) is unknown color: approx Affair. HEX triplet: 81, 51 and 95. RGB value is (129,81,149). Sum of RGB (Red+Green+Blue) = 129+81+149=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #815195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815195 is #7EAE6A. Grayscale: #666666. Windows color (decimal): -8302187 or 9785729. OLE color: 9785729.

HSL color Cylindrical-coordinate representation of color #815195: hue angle of 282.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #815195 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12981149-
CMYK0.130.4600.42
HSL282.35º29.57%45.1%-
HSV(B)282.35º45.64%58.43%-
XYZ17.4212.7229.97-
YUV103.1153.9146.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 81 (32.03% from 255) = 22.56%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=35.93%
G=22.56%
B=41.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129811490.130.4600.42282.3529.5745.1
Hex815195D2E02A11a1e2d
Octal20112122515560524323655
Binary100000011010001100101011101101110010101010001101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815195; }

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

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

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

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

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

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

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

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