Shades of Studio #863DAC
Tints of Studio #863DAC
RGB
CMYK
RGB Variations
Color information
#863DAC (or 0x863DAC) is known color: Studio. HEX triplet: 86, 3D and AC. RGB value is (134,61,172). Sum of RGB (Red+Green+Blue) = 134+61+172=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #863DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863DAC is #79C253. Grayscale: #5F5F5F. Windows color (decimal): -7979604 or 11287942. OLE color: 11287942.
HSL color Cylindrical-coordinate representation of color #863DAC: hue angle of 279.46º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863DAC is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 61 | 172 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.33 |
| HSL | 279.46º | 0.48% | 0.46% | - |
| HSV(B) | 279.46º | 0.65% | 0.67% | - |
| XYZ | 18.95 | 11.38 | 40.23 | - |
| YUV | 95.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 172 | 0.22 | 0.65 | 0 | 0.33 | 279.46 | 0.48 | 0.46 |
| Hex | 86 | 3D | AC | 16 | 41 | 0 | 21 | 117 | 30 | 2E |
| Octal | 206 | 75 | 254 | 26 | 101 | 0 | 41 | 427 | 60 | 56 |
| Binary | 10000110 | 111101 | 10101100 | 10110 | 1000001 | 0 | 100001 | 100010111 | 110000 | 101110 |
Color Harmonies of #863DAC
Complementary color
Monochromatic Colors of #863DAC
Black with #863DAC
Text Example
Text Example
White with #863DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DAC; }
p { color: rgb(134,61,172); }
H1.HeaderClassName
{
color: #863DAC;
}
.AnyTagClassName
{
color: #863DAC;
}
</style>
background-color css
<style>
a { background-color: #863DAC; }
a { background-color: rgb(134,61,172); }
div.DivClassName
{
background-color: #863DAC;
}
.BgClassName
{
background-color: #863DAC;
}
</style>
border-color css
<style>
span { border-color: #863DAC; }
span { border-color: rgb(134,61,172); }
td.TdClassName
{
border-color: #863DAC;
}
.TagClassName
{
border-color: #863DAC;
}
</style>