Shades of Studio #8148B4
Tints of Studio #8148B4
RGB
CMYK
RGB Variations
Color information
#8148B4 (or 0x8148B4) is known color: Studio. HEX triplet: 81, 48 and B4. RGB value is (129,72,180). Sum of RGB (Red+Green+Blue) = 129+72+180=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #8148B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8148B4 is #7EB74B. Grayscale: #646464. Windows color (decimal): -8304460 or 11815041. OLE color: 11815041.
HSL color Cylindrical-coordinate representation of color #8148B4: hue angle of 271.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8148B4 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 72 | 180 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.29 |
| HSL | 271.67º | 0.43% | 0.49% | - |
| HSV(B) | 271.67º | 0.6% | 0.71% | - |
| XYZ | 19.61 | 12.6 | 44.58 | - |
| YUV | 101.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 180 | 0.28 | 0.60 | 0 | 0.29 | 271.67 | 0.43 | 0.49 |
| Hex | 81 | 48 | B4 | 1C | 3C | 0 | 1D | 110 | 2B | 31 |
| Octal | 201 | 110 | 264 | 34 | 74 | 0 | 35 | 420 | 53 | 61 |
| Binary | 10000001 | 1001000 | 10110100 | 11100 | 111100 | 0 | 11101 | 100010000 | 101011 | 110001 |
Color Harmonies of #8148B4
Complementary color
Monochromatic Colors of #8148B4
Black with #8148B4
Text Example
Text Example
White with #8148B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8148B4; }
p { color: rgb(129,72,180); }
H1.HeaderClassName
{
color: #8148B4;
}
.AnyTagClassName
{
color: #8148B4;
}
</style>
background-color css
<style>
a { background-color: #8148B4; }
a { background-color: rgb(129,72,180); }
div.DivClassName
{
background-color: #8148B4;
}
.BgClassName
{
background-color: #8148B4;
}
</style>
border-color css
<style>
span { border-color: #8148B4; }
span { border-color: rgb(129,72,180); }
td.TdClassName
{
border-color: #8148B4;
}
.TagClassName
{
border-color: #8148B4;
}
</style>