Shades of Studio #863AAF
Tints of Studio #863AAF
RGB
CMYK
RGB Variations
Color information
#863AAF (or 0x863AAF) is known color: Studio. HEX triplet: 86, 3A and AF. RGB value is (134,58,175). Sum of RGB (Red+Green+Blue) = 134+58+175=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #863AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863AAF is #79C550. Grayscale: #5D5D5D. Windows color (decimal): -7980369 or 11483782. OLE color: 11483782.
HSL color Cylindrical-coordinate representation of color #863AAF: hue angle of 278.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863AAF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 58 | 175 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.31 |
| HSL | 278.97º | 0.5% | 0.46% | - |
| HSV(B) | 278.97º | 0.67% | 0.69% | - |
| XYZ | 19.08 | 11.19 | 41.71 | - |
| YUV | 94.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 175 | 0.23 | 0.67 | 0 | 0.31 | 278.97 | 0.5 | 0.46 |
| Hex | 86 | 3A | AF | 17 | 43 | 0 | 1F | 117 | 32 | 2E |
| Octal | 206 | 72 | 257 | 27 | 103 | 0 | 37 | 427 | 62 | 56 |
| Binary | 10000110 | 111010 | 10101111 | 10111 | 1000011 | 0 | 11111 | 100010111 | 110010 | 101110 |
Color Harmonies of #863AAF
Complementary color
Monochromatic Colors of #863AAF
Black with #863AAF
Text Example
Text Example
White with #863AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863AAF; }
p { color: rgb(134,58,175); }
H1.HeaderClassName
{
color: #863AAF;
}
.AnyTagClassName
{
color: #863AAF;
}
</style>
background-color css
<style>
a { background-color: #863AAF; }
a { background-color: rgb(134,58,175); }
div.DivClassName
{
background-color: #863AAF;
}
.BgClassName
{
background-color: #863AAF;
}
</style>
border-color css
<style>
span { border-color: #863AAF; }
span { border-color: rgb(134,58,175); }
td.TdClassName
{
border-color: #863AAF;
}
.TagClassName
{
border-color: #863AAF;
}
</style>