Shades of Studio #863CAC
Tints of Studio #863CAC
RGB
CMYK
RGB Variations
Color information
#863CAC (or 0x863CAC) is known color: Studio. HEX triplet: 86, 3C and AC. RGB value is (134,60,172). Sum of RGB (Red+Green+Blue) = 134+60+172=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #863CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863CAC is #79C353. Grayscale: #5E5E5E. Windows color (decimal): -7979860 or 11287686. OLE color: 11287686.
HSL color Cylindrical-coordinate representation of color #863CAC: hue angle of 279.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863CAC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 60 | 172 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.33 |
| HSL | 279.64º | 0.48% | 0.45% | - |
| HSV(B) | 279.64º | 0.65% | 0.67% | - |
| XYZ | 18.89 | 11.28 | 40.21 | - |
| YUV | 94.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 172 | 0.22 | 0.65 | 0 | 0.33 | 279.64 | 0.48 | 0.45 |
| Hex | 86 | 3C | AC | 16 | 41 | 0 | 21 | 118 | 30 | 2D |
| Octal | 206 | 74 | 254 | 26 | 101 | 0 | 41 | 430 | 60 | 55 |
| Binary | 10000110 | 111100 | 10101100 | 10110 | 1000001 | 0 | 100001 | 100011000 | 110000 | 101101 |
Color Harmonies of #863CAC
Complementary color
Monochromatic Colors of #863CAC
Black with #863CAC
Text Example
Text Example
White with #863CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CAC; }
p { color: rgb(134,60,172); }
H1.HeaderClassName
{
color: #863CAC;
}
.AnyTagClassName
{
color: #863CAC;
}
</style>
background-color css
<style>
a { background-color: #863CAC; }
a { background-color: rgb(134,60,172); }
div.DivClassName
{
background-color: #863CAC;
}
.BgClassName
{
background-color: #863CAC;
}
</style>
border-color css
<style>
span { border-color: #863CAC; }
span { border-color: rgb(134,60,172); }
td.TdClassName
{
border-color: #863CAC;
}
.TagClassName
{
border-color: #863CAC;
}
</style>