Shades of Studio #803FBC
Tints of Studio #803FBC
RGB
CMYK
RGB Variations
Color information
#803FBC (or 0x803FBC) is known color: Studio. HEX triplet: 80, 3F and BC. RGB value is (128,63,188). Sum of RGB (Red+Green+Blue) = 128+63+188=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #803FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FBC is #7FC043. Grayscale: #606060. Windows color (decimal): -8372292 or 12337024. OLE color: 12337024.
HSL color Cylindrical-coordinate representation of color #803FBC: hue angle of 271.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803FBC is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 63 | 188 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.26 |
| HSL | 271.2º | 0.5% | 0.49% | - |
| HSV(B) | 271.2º | 0.66% | 0.74% | - |
| XYZ | 19.76 | 11.78 | 48.81 | - |
| YUV | 96.69 | 179.53 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 188 | 0.32 | 0.66 | 0 | 0.26 | 271.2 | 0.5 | 0.49 |
| Hex | 80 | 3F | BC | 20 | 42 | 0 | 1A | 10F | 32 | 31 |
| Octal | 200 | 77 | 274 | 40 | 102 | 0 | 32 | 417 | 62 | 61 |
| Binary | 10000000 | 111111 | 10111100 | 100000 | 1000010 | 0 | 11010 | 100001111 | 110010 | 110001 |
Color Harmonies of #803FBC
Complementary color
Monochromatic Colors of #803FBC
Black with #803FBC
Text Example
Text Example
White with #803FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FBC; }
p { color: rgb(128,63,188); }
H1.HeaderClassName
{
color: #803FBC;
}
.AnyTagClassName
{
color: #803FBC;
}
</style>
background-color css
<style>
a { background-color: #803FBC; }
a { background-color: rgb(128,63,188); }
div.DivClassName
{
background-color: #803FBC;
}
.BgClassName
{
background-color: #803FBC;
}
</style>
border-color css
<style>
span { border-color: #803FBC; }
span { border-color: rgb(128,63,188); }
td.TdClassName
{
border-color: #803FBC;
}
.TagClassName
{
border-color: #803FBC;
}
</style>