Shades of Studio #8138B5
Tints of Studio #8138B5
RGB
CMYK
RGB Variations
Color information
#8138B5 (or 0x8138B5) is known color: Studio. HEX triplet: 81, 38 and B5. RGB value is (129,56,181). Sum of RGB (Red+Green+Blue) = 129+56+181=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #8138B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8138B5 is #7EC74A. Grayscale: #5B5B5B. Windows color (decimal): -8308555 or 11876481. OLE color: 11876481.
HSL color Cylindrical-coordinate representation of color #8138B5: hue angle of 275.04º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8138B5 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 56 | 181 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.29 |
| HSL | 275.04º | 0.53% | 0.46% | - |
| HSV(B) | 275.04º | 0.69% | 0.71% | - |
| XYZ | 18.81 | 10.83 | 44.82 | - |
| YUV | 92.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 181 | 0.29 | 0.69 | 0 | 0.29 | 275.04 | 0.53 | 0.46 |
| Hex | 81 | 38 | B5 | 1D | 45 | 0 | 1D | 113 | 35 | 2E |
| Octal | 201 | 70 | 265 | 35 | 105 | 0 | 35 | 423 | 65 | 56 |
| Binary | 10000001 | 111000 | 10110101 | 11101 | 1000101 | 0 | 11101 | 100010011 | 110101 | 101110 |
Color Harmonies of #8138B5
Complementary color
Monochromatic Colors of #8138B5
Black with #8138B5
Text Example
Text Example
White with #8138B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8138B5; }
p { color: rgb(129,56,181); }
H1.HeaderClassName
{
color: #8138B5;
}
.AnyTagClassName
{
color: #8138B5;
}
</style>
background-color css
<style>
a { background-color: #8138B5; }
a { background-color: rgb(129,56,181); }
div.DivClassName
{
background-color: #8138B5;
}
.BgClassName
{
background-color: #8138B5;
}
</style>
border-color css
<style>
span { border-color: #8138B5; }
span { border-color: rgb(129,56,181); }
td.TdClassName
{
border-color: #8138B5;
}
.TagClassName
{
border-color: #8138B5;
}
</style>