Shades of Studio #863DAE
Tints of Studio #863DAE
RGB
CMYK
RGB Variations
Color information
#863DAE (or 0x863DAE) is known color: Studio. HEX triplet: 86, 3D and AE. RGB value is (134,61,174). Sum of RGB (Red+Green+Blue) = 134+61+174=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #863DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863DAE is #79C251. Grayscale: #5F5F5F. Windows color (decimal): -7979602 or 11419014. OLE color: 11419014.
HSL color Cylindrical-coordinate representation of color #863DAE: hue angle of 278.76º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863DAE is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 61 | 174 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.32 |
| HSL | 278.76º | 0.48% | 0.46% | - |
| HSV(B) | 278.76º | 0.65% | 0.68% | - |
| XYZ | 19.14 | 11.46 | 41.25 | - |
| YUV | 95.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 174 | 0.23 | 0.65 | 0 | 0.32 | 278.76 | 0.48 | 0.46 |
| Hex | 86 | 3D | AE | 17 | 41 | 0 | 20 | 117 | 30 | 2E |
| Octal | 206 | 75 | 256 | 27 | 101 | 0 | 40 | 427 | 60 | 56 |
| Binary | 10000110 | 111101 | 10101110 | 10111 | 1000001 | 0 | 100000 | 100010111 | 110000 | 101110 |
Color Harmonies of #863DAE
Complementary color
Monochromatic Colors of #863DAE
Black with #863DAE
Text Example
Text Example
White with #863DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DAE; }
p { color: rgb(134,61,174); }
H1.HeaderClassName
{
color: #863DAE;
}
.AnyTagClassName
{
color: #863DAE;
}
</style>
background-color css
<style>
a { background-color: #863DAE; }
a { background-color: rgb(134,61,174); }
div.DivClassName
{
background-color: #863DAE;
}
.BgClassName
{
background-color: #863DAE;
}
</style>
border-color css
<style>
span { border-color: #863DAE; }
span { border-color: rgb(134,61,174); }
td.TdClassName
{
border-color: #863DAE;
}
.TagClassName
{
border-color: #863DAE;
}
</style>