Shades of Studio #8149B2
Tints of Studio #8149B2
RGB
CMYK
RGB Variations
Color information
#8149B2 (or 0x8149B2) is known color: Studio. HEX triplet: 81, 49 and B2. RGB value is (129,73,178). Sum of RGB (Red+Green+Blue) = 129+73+178=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 178 - color contains mainly: blue. Hex color #8149B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8149B2 is #7EB64D. Grayscale: #656565. Windows color (decimal): -8304206 or 11684225. OLE color: 11684225.
HSL color Cylindrical-coordinate representation of color #8149B2: hue angle of 272º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8149B2 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 73 | 178 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.30 |
| HSL | 272º | 0.42% | 0.49% | - |
| HSV(B) | 272º | 0.59% | 0.7% | - |
| XYZ | 19.47 | 12.65 | 43.53 | - |
| YUV | 101.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 178 | 0.28 | 0.59 | 0 | 0.30 | 272 | 0.42 | 0.49 |
| Hex | 81 | 49 | B2 | 1C | 3B | 0 | 1E | 110 | 2A | 31 |
| Octal | 201 | 111 | 262 | 34 | 73 | 0 | 36 | 420 | 52 | 61 |
| Binary | 10000001 | 1001001 | 10110010 | 11100 | 111011 | 0 | 11110 | 100010000 | 101010 | 110001 |
Color Harmonies of #8149B2
Complementary color
Monochromatic Colors of #8149B2
Black with #8149B2
Text Example
Text Example
White with #8149B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149B2; }
p { color: rgb(129,73,178); }
H1.HeaderClassName
{
color: #8149B2;
}
.AnyTagClassName
{
color: #8149B2;
}
</style>
background-color css
<style>
a { background-color: #8149B2; }
a { background-color: rgb(129,73,178); }
div.DivClassName
{
background-color: #8149B2;
}
.BgClassName
{
background-color: #8149B2;
}
</style>
border-color css
<style>
span { border-color: #8149B2; }
span { border-color: rgb(129,73,178); }
td.TdClassName
{
border-color: #8149B2;
}
.TagClassName
{
border-color: #8149B2;
}
</style>