Shades of Studio #80509C
Tints of Studio #80509C
RGB
CMYK
RGB Variations
Color information
#80509C (or 0x80509C) is known color: Studio. HEX triplet: 80, 50 and 9C. RGB value is (128,80,156). Sum of RGB (Red+Green+Blue) = 128+80+156=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #80509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80509C is #7FAF63. Grayscale: #666666. Windows color (decimal): -8367972 or 10244224. OLE color: 10244224.
HSL color Cylindrical-coordinate representation of color #80509C: hue angle of 277.89º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80509C is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 80 | 156 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.39 |
| HSL | 277.89º | 0.32% | 0.46% | - |
| HSV(B) | 277.89º | 0.49% | 0.61% | - |
| XYZ | 17.77 | 12.73 | 32.97 | - |
| YUV | 103.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 156 | 0.18 | 0.49 | 0 | 0.39 | 277.89 | 0.32 | 0.46 |
| Hex | 80 | 50 | 9C | 12 | 31 | 0 | 27 | 116 | 20 | 2E |
| Octal | 200 | 120 | 234 | 22 | 61 | 0 | 47 | 426 | 40 | 56 |
| Binary | 10000000 | 1010000 | 10011100 | 10010 | 110001 | 0 | 100111 | 100010110 | 100000 | 101110 |
Color Harmonies of #80509C
Complementary color
Monochromatic Colors of #80509C
Black with #80509C
Text Example
Text Example
White with #80509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80509C; }
p { color: rgb(128,80,156); }
H1.HeaderClassName
{
color: #80509C;
}
.AnyTagClassName
{
color: #80509C;
}
</style>
background-color css
<style>
a { background-color: #80509C; }
a { background-color: rgb(128,80,156); }
div.DivClassName
{
background-color: #80509C;
}
.BgClassName
{
background-color: #80509C;
}
</style>
border-color css
<style>
span { border-color: #80509C; }
span { border-color: rgb(128,80,156); }
td.TdClassName
{
border-color: #80509C;
}
.TagClassName
{
border-color: #80509C;
}
</style>