Shades of Studio #783F99
Tints of Studio #783F99
RGB
CMYK
RGB Variations
Color information
#783F99 (or 0x783F99) is known color: Studio. HEX triplet: 78, 3F and 99. RGB value is (120,63,153). Sum of RGB (Red+Green+Blue) = 120+63+153=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #783F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783F99 is #87C066. Grayscale: #595959. Windows color (decimal): -8896615 or 10043256. OLE color: 10043256.
HSL color Cylindrical-coordinate representation of color #783F99: hue angle of 278º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #783F99 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 63 | 153 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.4 |
| HSL | 278º | 0.42% | 0.42% | - |
| HSV(B) | 278º | 0.59% | 0.6% | - |
| XYZ | 15.27 | 9.85 | 31.23 | - |
| YUV | 90.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 153 | 0.22 | 0.59 | 0 | 0.4 | 278 | 0.42 | 0.42 |
| Hex | 78 | 3F | 99 | 16 | 3B | 0 | 28 | 116 | 2A | 2A |
| Octal | 170 | 77 | 231 | 26 | 73 | 0 | 50 | 426 | 52 | 52 |
| Binary | 1111000 | 111111 | 10011001 | 10110 | 111011 | 0 | 101000 | 100010110 | 101010 | 101010 |
Color Harmonies of #783F99
Complementary color
Monochromatic Colors of #783F99
Black with #783F99
Text Example
Text Example
White with #783F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F99; }
p { color: rgb(120,63,153); }
H1.HeaderClassName
{
color: #783F99;
}
.AnyTagClassName
{
color: #783F99;
}
</style>
background-color css
<style>
a { background-color: #783F99; }
a { background-color: rgb(120,63,153); }
div.DivClassName
{
background-color: #783F99;
}
.BgClassName
{
background-color: #783F99;
}
</style>
border-color css
<style>
span { border-color: #783F99; }
span { border-color: rgb(120,63,153); }
td.TdClassName
{
border-color: #783F99;
}
.TagClassName
{
border-color: #783F99;
}
</style>