Shades of Studio #8140B9
Tints of Studio #8140B9
RGB
CMYK
RGB Variations
Color information
#8140B9 (or 0x8140B9) is known color: Studio. HEX triplet: 81, 40 and B9. RGB value is (129,64,185). Sum of RGB (Red+Green+Blue) = 129+64+185=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #8140B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140B9 is #7EBF46. Grayscale: #606060. Windows color (decimal): -8306503 or 12140673. OLE color: 12140673.
HSL color Cylindrical-coordinate representation of color #8140B9: hue angle of 272.23º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8140B9 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 64 | 185 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.27 |
| HSL | 272.23º | 0.49% | 0.49% | - |
| HSV(B) | 272.23º | 0.65% | 0.73% | - |
| XYZ | 19.64 | 11.84 | 47.15 | - |
| YUV | 97.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 185 | 0.30 | 0.65 | 0 | 0.27 | 272.23 | 0.49 | 0.49 |
| Hex | 81 | 40 | B9 | 1E | 41 | 0 | 1B | 110 | 31 | 31 |
| Octal | 201 | 100 | 271 | 36 | 101 | 0 | 33 | 420 | 61 | 61 |
| Binary | 10000001 | 1000000 | 10111001 | 11110 | 1000001 | 0 | 11011 | 100010000 | 110001 | 110001 |
Color Harmonies of #8140B9
Complementary color
Monochromatic Colors of #8140B9
Black with #8140B9
Text Example
Text Example
White with #8140B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8140B9; }
p { color: rgb(129,64,185); }
H1.HeaderClassName
{
color: #8140B9;
}
.AnyTagClassName
{
color: #8140B9;
}
</style>
background-color css
<style>
a { background-color: #8140B9; }
a { background-color: rgb(129,64,185); }
div.DivClassName
{
background-color: #8140B9;
}
.BgClassName
{
background-color: #8140B9;
}
</style>
border-color css
<style>
span { border-color: #8140B9; }
span { border-color: rgb(129,64,185); }
td.TdClassName
{
border-color: #8140B9;
}
.TagClassName
{
border-color: #8140B9;
}
</style>