Shades of Studio #8155A4
Tints of Studio #8155A4
RGB
CMYK
RGB Variations
Color information
#8155A4 (or 0x8155A4) is known color: Studio. HEX triplet: 81, 55 and A4. RGB value is (129,85,164). Sum of RGB (Red+Green+Blue) = 129+85+164=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #8155A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8155A4 is #7EAA5B. Grayscale: #6A6A6A. Windows color (decimal): -8301148 or 10769793. OLE color: 10769793.
HSL color Cylindrical-coordinate representation of color #8155A4: hue angle of 273.42º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8155A4 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 85 | 164 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.36 |
| HSL | 273.42º | 0.32% | 0.49% | - |
| HSV(B) | 273.42º | 0.48% | 0.64% | - |
| XYZ | 19 | 13.84 | 36.79 | - |
| YUV | 107.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 164 | 0.21 | 0.48 | 0 | 0.36 | 273.42 | 0.32 | 0.49 |
| Hex | 81 | 55 | A4 | 15 | 30 | 0 | 24 | 111 | 20 | 31 |
| Octal | 201 | 125 | 244 | 25 | 60 | 0 | 44 | 421 | 40 | 61 |
| Binary | 10000001 | 1010101 | 10100100 | 10101 | 110000 | 0 | 100100 | 100010001 | 100000 | 110001 |
Color Harmonies of #8155A4
Complementary color
Monochromatic Colors of #8155A4
Black with #8155A4
Text Example
Text Example
White with #8155A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155A4; }
p { color: rgb(129,85,164); }
H1.HeaderClassName
{
color: #8155A4;
}
.AnyTagClassName
{
color: #8155A4;
}
</style>
background-color css
<style>
a { background-color: #8155A4; }
a { background-color: rgb(129,85,164); }
div.DivClassName
{
background-color: #8155A4;
}
.BgClassName
{
background-color: #8155A4;
}
</style>
border-color css
<style>
span { border-color: #8155A4; }
span { border-color: rgb(129,85,164); }
td.TdClassName
{
border-color: #8155A4;
}
.TagClassName
{
border-color: #8155A4;
}
</style>