Shades of Studio #804C9B
Tints of Studio #804C9B
RGB
CMYK
RGB Variations
Color information
#804C9B (or 0x804C9B) is known color: Studio. HEX triplet: 80, 4C and 9B. RGB value is (128,76,155). Sum of RGB (Red+Green+Blue) = 128+76+155=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #804C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804C9B is #7FB364. Grayscale: #646464. Windows color (decimal): -8368997 or 10177664. OLE color: 10177664.
HSL color Cylindrical-coordinate representation of color #804C9B: hue angle of 279.49º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #804C9B is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 76 | 155 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.39 |
| HSL | 279.49º | 0.34% | 0.45% | - |
| HSV(B) | 279.49º | 0.51% | 0.61% | - |
| XYZ | 17.4 | 12.12 | 32.43 | - |
| YUV | 100.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 155 | 0.17 | 0.51 | 0 | 0.39 | 279.49 | 0.34 | 0.45 |
| Hex | 80 | 4C | 9B | 11 | 33 | 0 | 27 | 117 | 22 | 2D |
| Octal | 200 | 114 | 233 | 21 | 63 | 0 | 47 | 427 | 42 | 55 |
| Binary | 10000000 | 1001100 | 10011011 | 10001 | 110011 | 0 | 100111 | 100010111 | 100010 | 101101 |
Color Harmonies of #804C9B
Complementary color
Monochromatic Colors of #804C9B
Black with #804C9B
Text Example
Text Example
White with #804C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C9B; }
p { color: rgb(128,76,155); }
H1.HeaderClassName
{
color: #804C9B;
}
.AnyTagClassName
{
color: #804C9B;
}
</style>
background-color css
<style>
a { background-color: #804C9B; }
a { background-color: rgb(128,76,155); }
div.DivClassName
{
background-color: #804C9B;
}
.BgClassName
{
background-color: #804C9B;
}
</style>
border-color css
<style>
span { border-color: #804C9B; }
span { border-color: rgb(128,76,155); }
td.TdClassName
{
border-color: #804C9B;
}
.TagClassName
{
border-color: #804C9B;
}
</style>