Shades of Studio #805C99
Tints of Studio #805C99
RGB
CMYK
RGB Variations
Color information
#805C99 (or 0x805C99) is known color: Studio. HEX triplet: 80, 5C and 99. RGB value is (128,92,153). Sum of RGB (Red+Green+Blue) = 128+92+153=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #805C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805C99 is #7FA366. Grayscale: #6D6D6D. Windows color (decimal): -8364903 or 10050688. OLE color: 10050688.
HSL color Cylindrical-coordinate representation of color #805C99: hue angle of 275.41º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #805C99 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 92 | 153 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.4 |
| HSL | 275.41º | 0.25% | 0.48% | - |
| HSV(B) | 275.41º | 0.4% | 0.6% | - |
| XYZ | 18.48 | 14.54 | 31.97 | - |
| YUV | 109.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 153 | 0.16 | 0.40 | 0 | 0.4 | 275.41 | 0.25 | 0.48 |
| Hex | 80 | 5C | 99 | 10 | 28 | 0 | 28 | 113 | 19 | 30 |
| Octal | 200 | 134 | 231 | 20 | 50 | 0 | 50 | 423 | 31 | 60 |
| Binary | 10000000 | 1011100 | 10011001 | 10000 | 101000 | 0 | 101000 | 100010011 | 11001 | 110000 |
Color Harmonies of #805C99
Complementary color
Monochromatic Colors of #805C99
Black with #805C99
Text Example
Text Example
White with #805C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C99; }
p { color: rgb(128,92,153); }
H1.HeaderClassName
{
color: #805C99;
}
.AnyTagClassName
{
color: #805C99;
}
</style>
background-color css
<style>
a { background-color: #805C99; }
a { background-color: rgb(128,92,153); }
div.DivClassName
{
background-color: #805C99;
}
.BgClassName
{
background-color: #805C99;
}
</style>
border-color css
<style>
span { border-color: #805C99; }
span { border-color: rgb(128,92,153); }
td.TdClassName
{
border-color: #805C99;
}
.TagClassName
{
border-color: #805C99;
}
</style>