Shades of Studio #8139B4
Tints of Studio #8139B4
RGB
CMYK
RGB Variations
Color information
#8139B4 (or 0x8139B4) is known color: Studio. HEX triplet: 81, 39 and B4. RGB value is (129,57,180). Sum of RGB (Red+Green+Blue) = 129+57+180=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #8139B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8139B4 is #7EC64B. Grayscale: #5C5C5C. Windows color (decimal): -8308300 or 11811201. OLE color: 11811201.
HSL color Cylindrical-coordinate representation of color #8139B4: hue angle of 275.12º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8139B4 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 57 | 180 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.29 |
| HSL | 275.12º | 0.52% | 0.46% | - |
| HSV(B) | 275.12º | 0.68% | 0.71% | - |
| XYZ | 18.75 | 10.89 | 44.29 | - |
| YUV | 92.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 180 | 0.28 | 0.68 | 0 | 0.29 | 275.12 | 0.52 | 0.46 |
| Hex | 81 | 39 | B4 | 1C | 44 | 0 | 1D | 113 | 34 | 2E |
| Octal | 201 | 71 | 264 | 34 | 104 | 0 | 35 | 423 | 64 | 56 |
| Binary | 10000001 | 111001 | 10110100 | 11100 | 1000100 | 0 | 11101 | 100010011 | 110100 | 101110 |
Color Harmonies of #8139B4
Complementary color
Monochromatic Colors of #8139B4
Black with #8139B4
Text Example
Text Example
White with #8139B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8139B4; }
p { color: rgb(129,57,180); }
H1.HeaderClassName
{
color: #8139B4;
}
.AnyTagClassName
{
color: #8139B4;
}
</style>
background-color css
<style>
a { background-color: #8139B4; }
a { background-color: rgb(129,57,180); }
div.DivClassName
{
background-color: #8139B4;
}
.BgClassName
{
background-color: #8139B4;
}
</style>
border-color css
<style>
span { border-color: #8139B4; }
span { border-color: rgb(129,57,180); }
td.TdClassName
{
border-color: #8139B4;
}
.TagClassName
{
border-color: #8139B4;
}
</style>