Shades of Studio #805C9C
Tints of Studio #805C9C
RGB
CMYK
RGB Variations
Color information
#805C9C (or 0x805C9C) is known color: Studio. HEX triplet: 80, 5C and 9C. RGB value is (128,92,156). Sum of RGB (Red+Green+Blue) = 128+92+156=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #805C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805C9C is #7FA363. Grayscale: #6D6D6D. Windows color (decimal): -8364900 or 10247296. OLE color: 10247296.
HSL color Cylindrical-coordinate representation of color #805C9C: hue angle of 273.75º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #805C9C is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 92 | 156 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.39 |
| HSL | 273.75º | 0.26% | 0.49% | - |
| HSV(B) | 273.75º | 0.41% | 0.61% | - |
| XYZ | 18.73 | 14.64 | 33.29 | - |
| YUV | 110.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 156 | 0.18 | 0.41 | 0 | 0.39 | 273.75 | 0.26 | 0.49 |
| Hex | 80 | 5C | 9C | 12 | 29 | 0 | 27 | 112 | 1A | 31 |
| Octal | 200 | 134 | 234 | 22 | 51 | 0 | 47 | 422 | 32 | 61 |
| Binary | 10000000 | 1011100 | 10011100 | 10010 | 101001 | 0 | 100111 | 100010010 | 11010 | 110001 |
Color Harmonies of #805C9C
Complementary color
Monochromatic Colors of #805C9C
Black with #805C9C
Text Example
Text Example
White with #805C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C9C; }
p { color: rgb(128,92,156); }
H1.HeaderClassName
{
color: #805C9C;
}
.AnyTagClassName
{
color: #805C9C;
}
</style>
background-color css
<style>
a { background-color: #805C9C; }
a { background-color: rgb(128,92,156); }
div.DivClassName
{
background-color: #805C9C;
}
.BgClassName
{
background-color: #805C9C;
}
</style>
border-color css
<style>
span { border-color: #805C9C; }
span { border-color: rgb(128,92,156); }
td.TdClassName
{
border-color: #805C9C;
}
.TagClassName
{
border-color: #805C9C;
}
</style>