#815D98

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

Shades of Affair #815D98

Tints of Affair #815D98

Color information

#815D98 (or 0x815D98) is unknown color: approx Affair. HEX triplet: 81, 5D and 98. RGB value is (129,93,152). Sum of RGB (Red+Green+Blue) = 129+93+152=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #815D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815D98 is #7EA267. Grayscale: #6E6E6E. Windows color (decimal): -8299112 or 9985409. OLE color: 9985409.

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

Color convert

RGB12993152-
CMYK0.150.3900.40
HSL276.61º24.08%48.04%-
HSV(B)276.61º38.82%59.61%-
XYZ18.6414.7631.57-
YUV110.49151.43141.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=34.49%
G=24.87%
B=40.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129931520.150.3900.40276.6124.0848.04
Hex815D98F270281151830
Octal20113523017470504253060
Binary100000011011101100110001111100111010100010001010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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