Html Css Color HEX #835B9E Studio

📋 copy color: '#835B9E'

red 131 ◦ green 91 ◦ blue 158

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

Shades of Studio #835B9E

Tints of Studio #835B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 34.47%
G = 23.95%
B = 41.58%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#835B9E (or 0x835B9E) is known color: Studio. HEX triplet: 83, 5B and 9E. RGB value is (131,91,158). Sum of RGB (Red+Green+Blue) = 131+91+158=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #835B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835B9E is #7CA461. Grayscale: #6E6E6E. Windows color (decimal): -8168546 or 10378115. OLE color: 10378115.

HSL color Cylindrical-coordinate representation of color #835B9E: hue angle of 275.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835B9E is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 91 158 -
CMYK 0.17 0.42 0 0.38
HSL 275.82º 0.27% 0.49% -
HSV(B) 275.82º 0.42% 0.62% -
XYZ 19.27 14.78 34.18 -
YUV 110.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 131 91 158 0.17 0.42 0 0.38 275.82 0.27 0.49
Hex 83 5B 9E 11 2A 0 26 114 1B 31
Octal 203 133 236 21 52 0 46 424 33 61
Binary 10000011 1011011 10011110 10001 101010 0 100110 100010100 11011 110001

Color Harmonies of #835B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B9E

Black with #835B9E

Text Example


Text Example

White with #835B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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