Shades of Studio #834AAC
Tints of Studio #834AAC
RGB
CMYK
RGB Variations
Color information
#834AAC (or 0x834AAC) is known color: Studio. HEX triplet: 83, 4A and AC. RGB value is (131,74,172). Sum of RGB (Red+Green+Blue) = 131+74+172=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #834AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834AAC is #7CB553. Grayscale: #656565. Windows color (decimal): -8172884 or 11291267. OLE color: 11291267.
HSL color Cylindrical-coordinate representation of color #834AAC: hue angle of 274.9º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834AAC is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 74 | 172 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.33 |
| HSL | 274.9º | 0.4% | 0.48% | - |
| HSV(B) | 274.9º | 0.57% | 0.67% | - |
| XYZ | 19.26 | 12.7 | 40.47 | - |
| YUV | 102.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 172 | 0.24 | 0.57 | 0 | 0.33 | 274.9 | 0.4 | 0.48 |
| Hex | 83 | 4A | AC | 18 | 39 | 0 | 21 | 113 | 28 | 30 |
| Octal | 203 | 112 | 254 | 30 | 71 | 0 | 41 | 423 | 50 | 60 |
| Binary | 10000011 | 1001010 | 10101100 | 11000 | 111001 | 0 | 100001 | 100010011 | 101000 | 110000 |
Color Harmonies of #834AAC
Complementary color
Monochromatic Colors of #834AAC
Black with #834AAC
Text Example
Text Example
White with #834AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834AAC; }
p { color: rgb(131,74,172); }
H1.HeaderClassName
{
color: #834AAC;
}
.AnyTagClassName
{
color: #834AAC;
}
</style>
background-color css
<style>
a { background-color: #834AAC; }
a { background-color: rgb(131,74,172); }
div.DivClassName
{
background-color: #834AAC;
}
.BgClassName
{
background-color: #834AAC;
}
</style>
border-color css
<style>
span { border-color: #834AAC; }
span { border-color: rgb(131,74,172); }
td.TdClassName
{
border-color: #834AAC;
}
.TagClassName
{
border-color: #834AAC;
}
</style>