#814C95

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

Shades of Affair #814C95

Tints of Affair #814C95

Color information

#814C95 (or 0x814C95) is unknown color: approx Affair. HEX triplet: 81, 4C and 95. RGB value is (129,76,149). Sum of RGB (Red+Green+Blue) = 129+76+149=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #814C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814C95 is #7EB36A. Grayscale: #636363. Windows color (decimal): -8303467 or 9784449. OLE color: 9784449.

HSL color Cylindrical-coordinate representation of color #814C95: hue angle of 283.56º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814C95 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12976149-
CMYK0.130.4900.42
HSL283.56º32.44%44.12%-
HSV(B)283.56º48.99%58.43%-
XYZ17.0612.0129.85-
YUV100.17155.56148.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=36.44%
G=21.47%
B=42.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129761490.130.4900.42283.5632.4444.12
Hex814C95D3102A11c202c
Octal20111422515610524344054
Binary1000000110011001001010111011100010101010100011100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814C95; }

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

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

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

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

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

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

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

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