#835BA9

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

Shades of Studio #835BA9

Tints of Studio #835BA9

Color information

#835BA9 (or 0x835BA9) is unknown color: approx Studio. HEX triplet: 83, 5B and A9. RGB value is (131,91,169). Sum of RGB (Red+Green+Blue) = 131+91+169=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #835BA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BA9 is #7CA456. Grayscale: #6F6F6F. Windows color (decimal): -8168535 or 11099011. OLE color: 11099011.

HSL color Cylindrical-coordinate representation of color #835BA9: hue angle of 270.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835BA9 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13191169-
CMYK0.220.4600.34
HSL270.77º31.2%50.98%-
HSV(B)270.77º46.15%66.27%-
XYZ20.2615.1739.4-
YUV111.85160.25141.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 169 (66.41% from 255) = 43.22%
R=33.50%
G=23.27%
B=43.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131911690.220.4600.34270.7731.250.98
Hex835BA9162E02210f1f33
Octal20313325126560424173763
Binary1000001110110111010100110110101110010001010000111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835BA9; }

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

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

<style>
 a { background-color: #835BA9; }

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

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

<style>
 span { border-color: #835BA9; }

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

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