Shades of Studio #805C9B
Tints of Studio #805C9B
RGB
CMYK
RGB Variations
Color information
#805C9B (or 0x805C9B) is known color: Studio. HEX triplet: 80, 5C and 9B. RGB value is (128,92,155). Sum of RGB (Red+Green+Blue) = 128+92+155=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #805C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805C9B is #7FA364. Grayscale: #6D6D6D. Windows color (decimal): -8364901 or 10181760. OLE color: 10181760.
HSL color Cylindrical-coordinate representation of color #805C9B: hue angle of 274.29º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #805C9B is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 92 | 155 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.39 |
| HSL | 274.29º | 0.26% | 0.48% | - |
| HSV(B) | 274.29º | 0.41% | 0.61% | - |
| XYZ | 18.65 | 14.61 | 32.85 | - |
| YUV | 109.95 | 153.43 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 155 | 0.17 | 0.41 | 0 | 0.39 | 274.29 | 0.26 | 0.48 |
| Hex | 80 | 5C | 9B | 11 | 29 | 0 | 27 | 112 | 1A | 30 |
| Octal | 200 | 134 | 233 | 21 | 51 | 0 | 47 | 422 | 32 | 60 |
| Binary | 10000000 | 1011100 | 10011011 | 10001 | 101001 | 0 | 100111 | 100010010 | 11010 | 110000 |
Color Harmonies of #805C9B
Complementary color
Monochromatic Colors of #805C9B
Black with #805C9B
Text Example
Text Example
White with #805C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C9B; }
p { color: rgb(128,92,155); }
H1.HeaderClassName
{
color: #805C9B;
}
.AnyTagClassName
{
color: #805C9B;
}
</style>
background-color css
<style>
a { background-color: #805C9B; }
a { background-color: rgb(128,92,155); }
div.DivClassName
{
background-color: #805C9B;
}
.BgClassName
{
background-color: #805C9B;
}
</style>
border-color css
<style>
span { border-color: #805C9B; }
span { border-color: rgb(128,92,155); }
td.TdClassName
{
border-color: #805C9B;
}
.TagClassName
{
border-color: #805C9B;
}
</style>