#834FA9

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

Shades of Studio #834FA9

Tints of Studio #834FA9

Color information

#834FA9 (or 0x834FA9) is unknown color: approx Studio. HEX triplet: 83, 4F and A9. RGB value is (131,79,169). Sum of RGB (Red+Green+Blue) = 131+79+169=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #834FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834FA9 is #7CB056. Grayscale: #686868. Windows color (decimal): -8171607 or 11095939. OLE color: 11095939.

HSL color Cylindrical-coordinate representation of color #834FA9: hue angle of 274.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #834FA9 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13179169-
CMYK0.220.5300.34
HSL274.67º36.29%48.63%-
HSV(B)274.67º53.25%66.27%-
XYZ19.3213.2839.08-
YUV104.81164.23146.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 169 (66.41% from 255) = 44.59%
R=34.56%
G=20.84%
B=44.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131791690.220.5300.34274.6736.2948.63
Hex834FA916350221132431
Octal20311725126650424234461
Binary10000011100111110101001101101101010100010100010011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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