Shades of Studio #8155B8
Tints of Studio #8155B8
RGB
CMYK
RGB Variations
Color information
#8155B8 (or 0x8155B8) is known color: Studio. HEX triplet: 81, 55 and B8. RGB value is (129,85,184). Sum of RGB (Red+Green+Blue) = 129+85+184=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #8155B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155B8 is #7EAA47. Grayscale: #6D6D6D. Windows color (decimal): -8301128 or 12080513. OLE color: 12080513.
HSL color Cylindrical-coordinate representation of color #8155B8: hue angle of 266.67º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8155B8 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 85 | 184 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.28 |
| HSL | 266.67º | 0.41% | 0.53% | - |
| HSV(B) | 266.67º | 0.54% | 0.72% | - |
| XYZ | 20.95 | 14.62 | 47.07 | - |
| YUV | 109.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 184 | 0.30 | 0.54 | 0 | 0.28 | 266.67 | 0.41 | 0.53 |
| Hex | 81 | 55 | B8 | 1E | 36 | 0 | 1C | 10B | 29 | 35 |
| Octal | 201 | 125 | 270 | 36 | 66 | 0 | 34 | 413 | 51 | 65 |
| Binary | 10000001 | 1010101 | 10111000 | 11110 | 110110 | 0 | 11100 | 100001011 | 101001 | 110101 |
Color Harmonies of #8155B8
Complementary color
Monochromatic Colors of #8155B8
Black with #8155B8
Text Example
Text Example
White with #8155B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155B8; }
p { color: rgb(129,85,184); }
H1.HeaderClassName
{
color: #8155B8;
}
.AnyTagClassName
{
color: #8155B8;
}
</style>
background-color css
<style>
a { background-color: #8155B8; }
a { background-color: rgb(129,85,184); }
div.DivClassName
{
background-color: #8155B8;
}
.BgClassName
{
background-color: #8155B8;
}
</style>
border-color css
<style>
span { border-color: #8155B8; }
span { border-color: rgb(129,85,184); }
td.TdClassName
{
border-color: #8155B8;
}
.TagClassName
{
border-color: #8155B8;
}
</style>