#834D9B

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

Shades of Affair #834D9B

Tints of Affair #834D9B

Color information

#834D9B (or 0x834D9B) is unknown color: approx Affair. HEX triplet: 83, 4D and 9B. RGB value is (131,77,155). Sum of RGB (Red+Green+Blue) = 131+77+155=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #834D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834D9B is #7CB264. Grayscale: #656565. Windows color (decimal): -8172133 or 10177923. OLE color: 10177923.

HSL color Cylindrical-coordinate representation of color #834D9B: hue angle of 281.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834D9B is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13177155-
CMYK0.150.5000.39
HSL281.54º33.62%45.49%-
HSV(B)281.54º50.32%60.78%-
XYZ17.9312.532.48-
YUV102.04157.89148.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.09%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=36.09%
G=21.21%
B=42.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131771550.150.5000.39281.5433.6245.49
Hex834D9BF3202711a222d
Octal20311523317620474324255
Binary1000001110011011001101111111100100100111100011010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,77,155); }

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

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

 a { background-color: rgb(131,77,155); }

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

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

 span { border-color: rgb(131,77,155); }

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