Shades of Studio #8558A5
Tints of Studio #8558A5
RGB
CMYK
RGB Variations
Color information
#8558A5 (or 0x8558A5) is known color: Studio. HEX triplet: 85, 58 and A5. RGB value is (133,88,165). Sum of RGB (Red+Green+Blue) = 133+88+165=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 165 - color contains mainly: blue. Hex color #8558A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8558A5 is #7AA75A. Grayscale: #6D6D6D. Windows color (decimal): -8038235 or 10836101. OLE color: 10836101.
HSL color Cylindrical-coordinate representation of color #8558A5: hue angle of 275.06º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8558A5 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 133 | 88 | 165 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.35 |
| HSL | 275.06º | 0.3% | 0.5% | - |
| HSV(B) | 275.06º | 0.47% | 0.65% | - |
| XYZ | 19.95 | 14.68 | 37.38 | - |
| YUV | 110.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 165 | 0.19 | 0.47 | 0 | 0.35 | 275.06 | 0.3 | 0.5 |
| Hex | 85 | 58 | A5 | 13 | 2F | 0 | 23 | 113 | 1E | 32 |
| Octal | 205 | 130 | 245 | 23 | 57 | 0 | 43 | 423 | 36 | 62 |
| Binary | 10000101 | 1011000 | 10100101 | 10011 | 101111 | 0 | 100011 | 100010011 | 11110 | 110010 |
Color Harmonies of #8558A5
Complementary color
Monochromatic Colors of #8558A5
Black with #8558A5
Text Example
Text Example
White with #8558A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558A5; }
p { color: rgb(133,88,165); }
H1.HeaderClassName
{
color: #8558A5;
}
.AnyTagClassName
{
color: #8558A5;
}
</style>
background-color css
<style>
a { background-color: #8558A5; }
a { background-color: rgb(133,88,165); }
div.DivClassName
{
background-color: #8558A5;
}
.BgClassName
{
background-color: #8558A5;
}
</style>
border-color css
<style>
span { border-color: #8558A5; }
span { border-color: rgb(133,88,165); }
td.TdClassName
{
border-color: #8558A5;
}
.TagClassName
{
border-color: #8558A5;
}
</style>