Shades of Studio #81509C
Tints of Studio #81509C
RGB
CMYK
RGB Variations
Color information
#81509C (or 0x81509C) is known color: Studio. HEX triplet: 81, 50 and 9C. RGB value is (129,80,156). Sum of RGB (Red+Green+Blue) = 129+80+156=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #81509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81509C is #7EAF63. Grayscale: #676767. Windows color (decimal): -8302436 or 10244225. OLE color: 10244225.
HSL color Cylindrical-coordinate representation of color #81509C: hue angle of 278.68º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81509C is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 80 | 156 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.39 |
| HSL | 278.68º | 0.32% | 0.46% | - |
| HSV(B) | 278.68º | 0.49% | 0.61% | - |
| XYZ | 17.92 | 12.8 | 32.98 | - |
| YUV | 103.32 | 157.73 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 80 | 156 | 0.17 | 0.49 | 0 | 0.39 | 278.68 | 0.32 | 0.46 |
| Hex | 81 | 50 | 9C | 11 | 31 | 0 | 27 | 117 | 20 | 2E |
| Octal | 201 | 120 | 234 | 21 | 61 | 0 | 47 | 427 | 40 | 56 |
| Binary | 10000001 | 1010000 | 10011100 | 10001 | 110001 | 0 | 100111 | 100010111 | 100000 | 101110 |
Color Harmonies of #81509C
Complementary color
Monochromatic Colors of #81509C
Black with #81509C
Text Example
Text Example
White with #81509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81509C; }
p { color: rgb(129,80,156); }
H1.HeaderClassName
{
color: #81509C;
}
.AnyTagClassName
{
color: #81509C;
}
</style>
background-color css
<style>
a { background-color: #81509C; }
a { background-color: rgb(129,80,156); }
div.DivClassName
{
background-color: #81509C;
}
.BgClassName
{
background-color: #81509C;
}
</style>
border-color css
<style>
span { border-color: #81509C; }
span { border-color: rgb(129,80,156); }
td.TdClassName
{
border-color: #81509C;
}
.TagClassName
{
border-color: #81509C;
}
</style>