#834E94

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

Shades of Affair #834E94

Tints of Affair #834E94

Color information

#834E94 (or 0x834E94) is unknown color: approx Affair. HEX triplet: 83, 4E and 94. RGB value is (131,78,148). Sum of RGB (Red+Green+Blue) = 131+78+148=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #834E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834E94 is #7CB16B. Grayscale: #656565. Windows color (decimal): -8171884 or 9719427. OLE color: 9719427.

HSL color Cylindrical-coordinate representation of color #834E94: hue angle of 285.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834E94 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13178148-
CMYK0.110.4700.42
HSL285.43º30.97%44.31%-
HSV(B)285.43º47.3%58.04%-
XYZ17.4312.4129.49-
YUV101.83154.06148.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.69%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 148 (58.20% from 255) = 41.46%
R=36.69%
G=21.85%
B=41.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131781480.110.4700.42285.4330.9744.31
Hex834E94B2F02A11d1f2c
Octal20311622413570524353754
Binary100000111001110100101001011101111010101010001110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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