#814B93

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

Shades of Affair #814B93

Tints of Affair #814B93

Color information

#814B93 (or 0x814B93) is unknown color: approx Affair. HEX triplet: 81, 4B and 93. RGB value is (129,75,147). Sum of RGB (Red+Green+Blue) = 129+75+147=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #814B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814B93 is #7EB46C. Grayscale: #636363. Windows color (decimal): -8303725 or 9653121. OLE color: 9653121.

HSL color Cylindrical-coordinate representation of color #814B93: hue angle of 285º 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 #814B93 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12975147-
CMYK0.120.4900.42
HSL285º32.43%43.53%-
HSV(B)285º48.98%57.65%-
XYZ16.8411.8129-
YUV99.35154.89149.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.75%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=36.75%
G=21.37%
B=41.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129751470.120.4900.4228532.4343.53
Hex814B93C3102A11d202c
Octal20111322314610524354054
Binary1000000110010111001001111001100010101010100011101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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