Html Css Color HEX #835BA8 Studio

📋 copy color: '#835BA8'

red 131 ◦ green 91 ◦ blue 168

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

Shades of Studio #835BA8

Tints of Studio #835BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 33.59%
G = 23.33%
B = 43.08%

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

#835BA8 (or 0x835BA8) is known color: Studio. HEX triplet: 83, 5B and A8. RGB value is (131,91,168). Sum of RGB (Red+Green+Blue) = 131+91+168=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 168 - color contains mainly: blue. Hex color #835BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BA8 is #7CA457. Grayscale: #6F6F6F. Windows color (decimal): -8168536 or 11033475. OLE color: 11033475.

HSL color Cylindrical-coordinate representation of color #835BA8: hue angle of 271.17º 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 #835BA8 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 91 168 -
CMYK 0.22 0.46 0 0.34
HSL 271.17º 0.31% 0.51% -
HSV(B) 271.17º 0.46% 0.66% -
XYZ 20.17 15.13 38.9 -
YUV 111.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 131 91 168 0.22 0.46 0 0.34 271.17 0.31 0.51
Hex 83 5B A8 16 2E 0 22 10F 1F 33
Octal 203 133 250 26 56 0 42 417 37 63
Binary 10000011 1011011 10101000 10110 101110 0 100010 100001111 11111 110011

Color Harmonies of #835BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835BA8

Black with #835BA8

Text Example


Text Example

White with #835BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #835BA8;
 }
 .AnyTagClassName
 {
   color: #835BA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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