Html Css Color HEX #834B9E Studio

📋 copy color: '#834B9E'

red 131 ◦ green 75 ◦ blue 158

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

Shades of Studio #834B9E

Tints of Studio #834B9E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.6%

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

R = 35.99%
G = 20.6%
B = 43.41%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#834B9E (or 0x834B9E) is known color: Studio. HEX triplet: 83, 4B and 9E. RGB value is (131,75,158). Sum of RGB (Red+Green+Blue) = 131+75+158=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #834B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834B9E is #7CB461. Grayscale: #646464. Windows color (decimal): -8172642 or 10374019. OLE color: 10374019.

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

Color convert

RGB 131 75 158 -
CMYK 0.17 0.53 0 0.38
HSL 280.48º 0.36% 0.46% -
HSV(B) 280.48º 0.53% 0.62% -
XYZ 18.05 12.33 33.78 -
YUV 101.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 131 75 158 0.17 0.53 0 0.38 280.48 0.36 0.46
Hex 83 4B 9E 11 35 0 26 118 24 2E
Octal 203 113 236 21 65 0 46 430 44 56
Binary 10000011 1001011 10011110 10001 110101 0 100110 100011000 100100 101110

Color Harmonies of #834B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834B9E

Black with #834B9E

Text Example


Text Example

White with #834B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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