Html Css Color HEX #834AAA Studio

📋 copy color: '#834AAA'

red 131 ◦ green 74 ◦ blue 170

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

Shades of Studio #834AAA

Tints of Studio #834AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 34.93%
G = 19.73%
B = 45.33%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#834AAA (or 0x834AAA) is known color: Studio. HEX triplet: 83, 4A and AA. RGB value is (131,74,170). Sum of RGB (Red+Green+Blue) = 131+74+170=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #834AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834AAA is #7CB555. Grayscale: #656565. Windows color (decimal): -8172886 or 11160195. OLE color: 11160195.

HSL color Cylindrical-coordinate representation of color #834AAA: hue angle of 275.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #834AAA is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 74 170 -
CMYK 0.23 0.56 0 0.33
HSL 275.63º 0.39% 0.48% -
HSV(B) 275.63º 0.56% 0.67% -
XYZ 19.06 12.63 39.46 -
YUV 101.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 131 74 170 0.23 0.56 0 0.33 275.63 0.39 0.48
Hex 83 4A AA 17 38 0 21 114 27 30
Octal 203 112 252 27 70 0 41 424 47 60
Binary 10000011 1001010 10101010 10111 111000 0 100001 100010100 100111 110000

Color Harmonies of #834AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834AAA

Black with #834AAA

Text Example


Text Example

White with #834AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,74,170); }

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

background-color css

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

 a { background-color: rgb(131,74,170); }

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

border-color css

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

 span { border-color: rgb(131,74,170); }

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