Shades of Studio #8140BB
Tints of Studio #8140BB
RGB
CMYK
RGB Variations
Color information
#8140BB (or 0x8140BB) is known color: Studio. HEX triplet: 81, 40 and BB. RGB value is (129,64,187). Sum of RGB (Red+Green+Blue) = 129+64+187=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #8140BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140BB is #7EBF44. Grayscale: #616161. Windows color (decimal): -8306501 or 12271745. OLE color: 12271745.
HSL color Cylindrical-coordinate representation of color #8140BB: hue angle of 271.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8140BB is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 64 | 187 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.27 |
| HSL | 271.71º | 0.49% | 0.49% | - |
| HSV(B) | 271.71º | 0.66% | 0.73% | - |
| XYZ | 19.86 | 11.92 | 48.27 | - |
| YUV | 97.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 187 | 0.31 | 0.66 | 0 | 0.27 | 271.71 | 0.49 | 0.49 |
| Hex | 81 | 40 | BB | 1F | 42 | 0 | 1B | 110 | 31 | 31 |
| Octal | 201 | 100 | 273 | 37 | 102 | 0 | 33 | 420 | 61 | 61 |
| Binary | 10000001 | 1000000 | 10111011 | 11111 | 1000010 | 0 | 11011 | 100010000 | 110001 | 110001 |
Color Harmonies of #8140BB
Complementary color
Monochromatic Colors of #8140BB
Black with #8140BB
Text Example
Text Example
White with #8140BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8140BB; }
p { color: rgb(129,64,187); }
H1.HeaderClassName
{
color: #8140BB;
}
.AnyTagClassName
{
color: #8140BB;
}
</style>
background-color css
<style>
a { background-color: #8140BB; }
a { background-color: rgb(129,64,187); }
div.DivClassName
{
background-color: #8140BB;
}
.BgClassName
{
background-color: #8140BB;
}
</style>
border-color css
<style>
span { border-color: #8140BB; }
span { border-color: rgb(129,64,187); }
td.TdClassName
{
border-color: #8140BB;
}
.TagClassName
{
border-color: #8140BB;
}
</style>