Html Css Color HEX #834DAC Studio

📋 copy color: '#834DAC'

red 131 ◦ green 77 ◦ blue 172

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

Shades of Studio #834DAC

Tints of Studio #834DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 34.47%
G = 20.26%
B = 45.26%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#834DAC (or 0x834DAC) is known color: Studio. HEX triplet: 83, 4D and AC. RGB value is (131,77,172). Sum of RGB (Red+Green+Blue) = 131+77+172=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #834DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834DAC is #7CB253. Grayscale: #676767. Windows color (decimal): -8172116 or 11292035. OLE color: 11292035.

HSL color Cylindrical-coordinate representation of color #834DAC: hue angle of 274.11º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834DAC is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 77 172 -
CMYK 0.24 0.55 0 0.33
HSL 274.11º 0.38% 0.49% -
HSV(B) 274.11º 0.55% 0.67% -
XYZ 19.46 13.11 40.53 -
YUV 103.98 166.39 147.28 -
System Red Green Blue C M Y K H S L
Decimal 131 77 172 0.24 0.55 0 0.33 274.11 0.38 0.49
Hex 83 4D AC 18 37 0 21 112 26 31
Octal 203 115 254 30 67 0 41 422 46 61
Binary 10000011 1001101 10101100 11000 110111 0 100001 100010010 100110 110001

Color Harmonies of #834DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834DAC

Black with #834DAC

Text Example


Text Example

White with #834DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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