#834E8E

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

Shades of Affair #834E8E

Tints of Affair #834E8E

Color information

#834E8E (or 0x834E8E) is unknown color: approx Affair. HEX triplet: 83, 4E and 8E. RGB value is (131,78,142). Sum of RGB (Red+Green+Blue) = 131+78+142=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #834E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834E8E is #7CB171. Grayscale: #646464. Windows color (decimal): -8171890 or 9326211. OLE color: 9326211.

HSL color Cylindrical-coordinate representation of color #834E8E: hue angle of 289.69º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834E8E is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13178142-
CMYK0.080.4500.44
HSL289.69º29.09%43.14%-
HSV(B)289.69º45.07%55.69%-
XYZ16.9712.2327.06-
YUV101.14151.06149.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=37.32%
G=22.22%
B=40.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131781420.080.4500.44289.6929.0943.14
Hex834E8E82D02C1221d2b
Octal20311621610550544423553
Binary100000111001110100011101000101101010110010010001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834E8E; }

 p { color: rgb(131,78,142); }

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

<style>
 a { background-color: #834E8E; }

 a { background-color: rgb(131,78,142); }

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

<style>
 span { border-color: #834E8E; }

 span { border-color: rgb(131,78,142); }

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