#834F9A

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

Shades of Affair #834F9A

Tints of Affair #834F9A

Color information

#834F9A (or 0x834F9A) is unknown color: approx Affair. HEX triplet: 83, 4F and 9A. RGB value is (131,79,154). Sum of RGB (Red+Green+Blue) = 131+79+154=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #834F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834F9A is #7CB065. Grayscale: #666666. Windows color (decimal): -8171622 or 10112899. OLE color: 10112899.

HSL color Cylindrical-coordinate representation of color #834F9A: hue angle of 281.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834F9A is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13179154-
CMYK0.150.4900.40
HSL281.6º32.19%45.69%-
HSV(B)281.6º48.7%60.39%-
XYZ17.9912.7532.08-
YUV103.1156.73147.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 154 (60.55% from 255) = 42.31%
R=35.99%
G=21.70%
B=42.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131791540.150.4900.40281.632.1945.69
Hex834F9AF3102811a202e
Octal20311723217610504324056
Binary1000001110011111001101011111100010101000100011010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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