Shades of Studio #805F9B
Tints of Studio #805F9B
RGB
CMYK
RGB Variations
Color information
#805F9B (or 0x805F9B) is known color: Studio. HEX triplet: 80, 5F and 9B. RGB value is (128,95,155). Sum of RGB (Red+Green+Blue) = 128+95+155=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #805F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805F9B is #7FA064. Grayscale: #6F6F6F. Windows color (decimal): -8364133 or 10182528. OLE color: 10182528.
HSL color Cylindrical-coordinate representation of color #805F9B: hue angle of 273º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #805F9B is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 95 | 155 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.39 |
| HSL | 273º | 0.24% | 0.49% | - |
| HSV(B) | 273º | 0.39% | 0.61% | - |
| XYZ | 18.91 | 15.14 | 32.94 | - |
| YUV | 111.71 | 152.43 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 155 | 0.17 | 0.39 | 0 | 0.39 | 273 | 0.24 | 0.49 |
| Hex | 80 | 5F | 9B | 11 | 27 | 0 | 27 | 111 | 18 | 31 |
| Octal | 200 | 137 | 233 | 21 | 47 | 0 | 47 | 421 | 30 | 61 |
| Binary | 10000000 | 1011111 | 10011011 | 10001 | 100111 | 0 | 100111 | 100010001 | 11000 | 110001 |
Color Harmonies of #805F9B
Complementary color
Monochromatic Colors of #805F9B
Black with #805F9B
Text Example
Text Example
White with #805F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805F9B; }
p { color: rgb(128,95,155); }
H1.HeaderClassName
{
color: #805F9B;
}
.AnyTagClassName
{
color: #805F9B;
}
</style>
background-color css
<style>
a { background-color: #805F9B; }
a { background-color: rgb(128,95,155); }
div.DivClassName
{
background-color: #805F9B;
}
.BgClassName
{
background-color: #805F9B;
}
</style>
border-color css
<style>
span { border-color: #805F9B; }
span { border-color: rgb(128,95,155); }
td.TdClassName
{
border-color: #805F9B;
}
.TagClassName
{
border-color: #805F9B;
}
</style>