#834F90

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

Shades of Affair #834F90

Tints of Affair #834F90

Color information

#834F90 (or 0x834F90) is unknown color: approx Affair. HEX triplet: 83, 4F and 90. RGB value is (131,79,144). Sum of RGB (Red+Green+Blue) = 131+79+144=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #834F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834F90 is #7CB06F. Grayscale: #656565. Windows color (decimal): -8171632 or 9457539. OLE color: 9457539.

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

Color convert

RGB13179144-
CMYK0.090.4500.44
HSL288º29.15%43.73%-
HSV(B)288º45.14%56.47%-
XYZ17.1912.4327.88-
YUV101.96151.73148.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 79 (31.25% from 255) = 22.32%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=37.01%
G=22.32%
B=40.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131791440.090.4500.4428829.1543.73
Hex834F9092D02C1201d2c
Octal20311722011550544403554
Binary100000111001111100100001001101101010110010010000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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