Shades of Studio #863CB1
Tints of Studio #863CB1
RGB
CMYK
RGB Variations
Color information
#863CB1 (or 0x863CB1) is known color: Studio. HEX triplet: 86, 3C and B1. RGB value is (134,60,177). Sum of RGB (Red+Green+Blue) = 134+60+177=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #863CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863CB1 is #79C34E. Grayscale: #5F5F5F. Windows color (decimal): -7979855 or 11615366. OLE color: 11615366.
HSL color Cylindrical-coordinate representation of color #863CB1: hue angle of 277.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #863CB1 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 60 | 177 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.31 |
| HSL | 277.95º | 0.49% | 0.46% | - |
| HSV(B) | 277.95º | 0.66% | 0.69% | - |
| XYZ | 19.38 | 11.47 | 42.79 | - |
| YUV | 95.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 177 | 0.24 | 0.66 | 0 | 0.31 | 277.95 | 0.49 | 0.46 |
| Hex | 86 | 3C | B1 | 18 | 42 | 0 | 1F | 116 | 31 | 2E |
| Octal | 206 | 74 | 261 | 30 | 102 | 0 | 37 | 426 | 61 | 56 |
| Binary | 10000110 | 111100 | 10110001 | 11000 | 1000010 | 0 | 11111 | 100010110 | 110001 | 101110 |
Color Harmonies of #863CB1
Complementary color
Monochromatic Colors of #863CB1
Black with #863CB1
Text Example
Text Example
White with #863CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863CB1; }
p { color: rgb(134,60,177); }
H1.HeaderClassName
{
color: #863CB1;
}
.AnyTagClassName
{
color: #863CB1;
}
</style>
background-color css
<style>
a { background-color: #863CB1; }
a { background-color: rgb(134,60,177); }
div.DivClassName
{
background-color: #863CB1;
}
.BgClassName
{
background-color: #863CB1;
}
</style>
border-color css
<style>
span { border-color: #863CB1; }
span { border-color: rgb(134,60,177); }
td.TdClassName
{
border-color: #863CB1;
}
.TagClassName
{
border-color: #863CB1;
}
</style>