Html Css Color HEX #834DA1 Studio

📋 copy color: '#834DA1'

red 131 ◦ green 77 ◦ blue 161

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

Shades of Studio #834DA1

Tints of Studio #834DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.63%

R = 35.5%
G = 20.87%
B = 43.63%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#834DA1 (or 0x834DA1) is known color: Studio. HEX triplet: 83, 4D and A1. RGB value is (131,77,161). Sum of RGB (Red+Green+Blue) = 131+77+161=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 161 - color contains mainly: blue. Hex color #834DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834DA1 is #7CB25E. Grayscale: #666666. Windows color (decimal): -8172127 or 10571139. OLE color: 10571139.

HSL color Cylindrical-coordinate representation of color #834DA1: hue angle of 278.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834DA1 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 77 161 -
CMYK 0.19 0.52 0 0.37
HSL 278.57º 0.35% 0.47% -
HSV(B) 278.57º 0.52% 0.63% -
XYZ 18.45 12.71 35.2 -
YUV 102.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 131 77 161 0.19 0.52 0 0.37 278.57 0.35 0.47
Hex 83 4D A1 13 34 0 25 117 23 2F
Octal 203 115 241 23 64 0 45 427 43 57
Binary 10000011 1001101 10100001 10011 110100 0 100101 100010111 100011 101111

Color Harmonies of #834DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DA1

Black with #834DA1

Text Example


Text Example

White with #834DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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