Html Css Color HEX #835BA9 Studio

📋 copy color: '#835BA9'

red 131 ◦ green 91 ◦ blue 169

#835BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #835BA9

Tints of Studio #835BA9

RGB

 RED value IS 131 (51.56% from 255) = 33.5%

 GREEN value IS 91 (35.94% from 255) = 23.27%

 BLUE value IS 169 (66.41% from 255) = 43.22%

R = 33.5%
G = 23.27%
B = 43.22%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#835BA9 (or 0x835BA9) is known color: 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

RGB 131 91 169 -
CMYK 0.22 0.46 0 0.34
HSL 270.77º 0.31% 0.51% -
HSV(B) 270.77º 0.46% 0.66% -
XYZ 20.26 15.17 39.4 -
YUV 111.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 131 91 169 0.22 0.46 0 0.34 270.77 0.31 0.51
Hex 83 5B A9 16 2E 0 22 10F 1F 33
Octal 203 133 251 26 56 0 42 417 37 63
Binary 10000011 1011011 10101001 10110 101110 0 100010 100001111 11111 110011

Color Harmonies of #835BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BA9

Black with #835BA9

Text Example


Text Example

White with #835BA9

Text Example


Text Example

HTML Codes & Css Web 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>