Shades of Studio #834FAF
Tints of Studio #834FAF
RGB
CMYK
RGB Variations
Color information
#834FAF (or 0x834FAF) is known color: Studio. HEX triplet: 83, 4F and AF. RGB value is (131,79,175). Sum of RGB (Red+Green+Blue) = 131+79+175=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #834FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834FAF is #7CB050. Grayscale: #696969. Windows color (decimal): -8171601 or 11489155. OLE color: 11489155.
HSL color Cylindrical-coordinate representation of color #834FAF: hue angle of 272.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834FAF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 79 | 175 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.31 |
| HSL | 272.5º | 0.38% | 0.5% | - |
| HSV(B) | 272.5º | 0.55% | 0.69% | - |
| XYZ | 19.89 | 13.51 | 42.12 | - |
| YUV | 105.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 175 | 0.25 | 0.55 | 0 | 0.31 | 272.5 | 0.38 | 0.5 |
| Hex | 83 | 4F | AF | 19 | 37 | 0 | 1F | 110 | 26 | 32 |
| Octal | 203 | 117 | 257 | 31 | 67 | 0 | 37 | 420 | 46 | 62 |
| Binary | 10000011 | 1001111 | 10101111 | 11001 | 110111 | 0 | 11111 | 100010000 | 100110 | 110010 |
Color Harmonies of #834FAF
Complementary color
Monochromatic Colors of #834FAF
Black with #834FAF
Text Example
Text Example
White with #834FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FAF; }
p { color: rgb(131,79,175); }
H1.HeaderClassName
{
color: #834FAF;
}
.AnyTagClassName
{
color: #834FAF;
}
</style>
background-color css
<style>
a { background-color: #834FAF; }
a { background-color: rgb(131,79,175); }
div.DivClassName
{
background-color: #834FAF;
}
.BgClassName
{
background-color: #834FAF;
}
</style>
border-color css
<style>
span { border-color: #834FAF; }
span { border-color: rgb(131,79,175); }
td.TdClassName
{
border-color: #834FAF;
}
.TagClassName
{
border-color: #834FAF;
}
</style>