#815F93

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

Shades of Affair #815F93

Tints of Affair #815F93

Color information

#815F93 (or 0x815F93) is unknown color: approx Affair. HEX triplet: 81, 5F and 93. RGB value is (129,95,147). Sum of RGB (Red+Green+Blue) = 129+95+147=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #815F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815F93 is #7EA06C. Grayscale: #6E6E6E. Windows color (decimal): -8298605 or 9658241. OLE color: 9658241.

HSL color Cylindrical-coordinate representation of color #815F93: hue angle of 279.23º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #815F93 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12995147-
CMYK0.120.3500.42
HSL279.23º21.49%47.45%-
HSV(B)279.23º35.37%57.65%-
XYZ18.4114.9629.52-
YUV111.09148.26140.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.77%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=34.77%
G=25.61%
B=39.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129951470.120.3500.42279.2321.4947.45
Hex815F93C2302A117152f
Octal20113722314430524272557
Binary100000011011111100100111100100011010101010001011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,95,147); }

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

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

 a { background-color: rgb(129,95,147); }

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

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

 span { border-color: rgb(129,95,147); }

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