Html Css Color HEX #834D9E Studio

📋 copy color: '#834D9E'

red 131 ◦ green 77 ◦ blue 158

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

Shades of Studio #834D9E

Tints of Studio #834D9E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.04%

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

R = 35.79%
G = 21.04%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#834D9E (or 0x834D9E) is known color: Studio. HEX triplet: 83, 4D and 9E. RGB value is (131,77,158). Sum of RGB (Red+Green+Blue) = 131+77+158=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #834D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834D9E is #7CB261. Grayscale: #666666. Windows color (decimal): -8172130 or 10374531. OLE color: 10374531.

HSL color Cylindrical-coordinate representation of color #834D9E: hue angle of 280º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834D9E is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 77 158 -
CMYK 0.17 0.51 0 0.38
HSL 280º 0.34% 0.46% -
HSV(B) 280º 0.51% 0.62% -
XYZ 18.19 12.6 33.82 -
YUV 102.38 159.39 148.41 -
System Red Green Blue C M Y K H S L
Decimal 131 77 158 0.17 0.51 0 0.38 280 0.34 0.46
Hex 83 4D 9E 11 33 0 26 118 22 2E
Octal 203 115 236 21 63 0 46 430 42 56
Binary 10000011 1001101 10011110 10001 110011 0 100110 100011000 100010 101110

Color Harmonies of #834D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834D9E

Black with #834D9E

Text Example


Text Example

White with #834D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #834D9E;
 }
 .AnyTagClassName
 {
   color: #834D9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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