Shades of Studio #863DB1
Tints of Studio #863DB1
RGB
CMYK
RGB Variations
Color information
#863DB1 (or 0x863DB1) is known color: Studio. HEX triplet: 86, 3D and B1. RGB value is (134,61,177). Sum of RGB (Red+Green+Blue) = 134+61+177=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #863DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863DB1 is #79C24E. Grayscale: #5F5F5F. Windows color (decimal): -7979599 or 11615622. OLE color: 11615622.
HSL color Cylindrical-coordinate representation of color #863DB1: hue angle of 277.76º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863DB1 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 61 | 177 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.31 |
| HSL | 277.76º | 0.49% | 0.47% | - |
| HSV(B) | 277.76º | 0.66% | 0.69% | - |
| XYZ | 19.44 | 11.58 | 42.81 | - |
| YUV | 96.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 177 | 0.24 | 0.66 | 0 | 0.31 | 277.76 | 0.49 | 0.47 |
| Hex | 86 | 3D | B1 | 18 | 42 | 0 | 1F | 116 | 31 | 2F |
| Octal | 206 | 75 | 261 | 30 | 102 | 0 | 37 | 426 | 61 | 57 |
| Binary | 10000110 | 111101 | 10110001 | 11000 | 1000010 | 0 | 11111 | 100010110 | 110001 | 101111 |
Color Harmonies of #863DB1
Complementary color
Monochromatic Colors of #863DB1
Black with #863DB1
Text Example
Text Example
White with #863DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DB1; }
p { color: rgb(134,61,177); }
H1.HeaderClassName
{
color: #863DB1;
}
.AnyTagClassName
{
color: #863DB1;
}
</style>
background-color css
<style>
a { background-color: #863DB1; }
a { background-color: rgb(134,61,177); }
div.DivClassName
{
background-color: #863DB1;
}
.BgClassName
{
background-color: #863DB1;
}
</style>
border-color css
<style>
span { border-color: #863DB1; }
span { border-color: rgb(134,61,177); }
td.TdClassName
{
border-color: #863DB1;
}
.TagClassName
{
border-color: #863DB1;
}
</style>