#834F96

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

Shades of Affair #834F96

Tints of Affair #834F96

Color information

#834F96 (or 0x834F96) is unknown color: approx Affair. HEX triplet: 83, 4F and 96. RGB value is (131,79,150). Sum of RGB (Red+Green+Blue) = 131+79+150=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #834F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834F96 is #7CB069. Grayscale: #666666. Windows color (decimal): -8171626 or 9850755. OLE color: 9850755.

HSL color Cylindrical-coordinate representation of color #834F96: hue angle of 283.94º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834F96 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13179150-
CMYK0.130.4700.41
HSL283.94º31%44.9%-
HSV(B)283.94º47.33%58.82%-
XYZ17.6612.6230.36-
YUV102.64154.73148.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.39%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=36.39%
G=21.94%
B=41.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal131791500.130.4700.41283.943144.9
Hex834F96D2F02911c1f2d
Octal20311722615570514343755
Binary100000111001111100101101101101111010100110001110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,79,150); }

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

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

 a { background-color: rgb(131,79,150); }

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

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

 span { border-color: rgb(131,79,150); }

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