#814B95

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

Shades of Affair #814B95

Tints of Affair #814B95

Color information

#814B95 (or 0x814B95) is unknown color: approx Affair. HEX triplet: 81, 4B and 95. RGB value is (129,75,149). Sum of RGB (Red+Green+Blue) = 129+75+149=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 149 - color contains mainly: blue. Hex color #814B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814B95 is #7EB46A. Grayscale: #636363. Windows color (decimal): -8303723 or 9784193. OLE color: 9784193.

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

Color convert

RGB12975149-
CMYK0.130.5000.42
HSL283.78º33.04%43.92%-
HSV(B)283.78º49.66%58.43%-
XYZ16.9911.8729.83-
YUV99.58155.89148.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 149 (58.59% from 255) = 42.21%
R=36.54%
G=21.25%
B=42.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129751490.130.5000.42283.7833.0443.92
Hex814B95D3202A11c212c
Octal20111322515620524344154
Binary1000000110010111001010111011100100101010100011100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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