Shades of Studio #81509B
Tints of Studio #81509B
RGB
CMYK
RGB Variations
Color information
#81509B (or 0x81509B) is known color: Studio. HEX triplet: 81, 50 and 9B. RGB value is (129,80,155). Sum of RGB (Red+Green+Blue) = 129+80+155=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #81509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81509B is #7EAF64. Grayscale: #666666. Windows color (decimal): -8302437 or 10178689. OLE color: 10178689.
HSL color Cylindrical-coordinate representation of color #81509B: hue angle of 279.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81509B is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 80 | 155 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.39 |
| HSL | 279.2º | 0.32% | 0.46% | - |
| HSV(B) | 279.2º | 0.48% | 0.61% | - |
| XYZ | 17.84 | 12.77 | 32.54 | - |
| YUV | 103.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 155 | 0.17 | 0.48 | 0 | 0.39 | 279.2 | 0.32 | 0.46 |
| Hex | 81 | 50 | 9B | 11 | 30 | 0 | 27 | 117 | 20 | 2E |
| Octal | 201 | 120 | 233 | 21 | 60 | 0 | 47 | 427 | 40 | 56 |
| Binary | 10000001 | 1010000 | 10011011 | 10001 | 110000 | 0 | 100111 | 100010111 | 100000 | 101110 |
Color Harmonies of #81509B
Complementary color
Monochromatic Colors of #81509B
Black with #81509B
Text Example
Text Example
White with #81509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81509B; }
p { color: rgb(129,80,155); }
H1.HeaderClassName
{
color: #81509B;
}
.AnyTagClassName
{
color: #81509B;
}
</style>
background-color css
<style>
a { background-color: #81509B; }
a { background-color: rgb(129,80,155); }
div.DivClassName
{
background-color: #81509B;
}
.BgClassName
{
background-color: #81509B;
}
</style>
border-color css
<style>
span { border-color: #81509B; }
span { border-color: rgb(129,80,155); }
td.TdClassName
{
border-color: #81509B;
}
.TagClassName
{
border-color: #81509B;
}
</style>