Shades of Studio #8848A5
Tints of Studio #8848A5
RGB
CMYK
RGB Variations
Color information
#8848A5 (or 0x8848A5) is known color: Studio. HEX triplet: 88, 48 and A5. RGB value is (136,72,165). Sum of RGB (Red+Green+Blue) = 136+72+165=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #8848A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8848A5 is #77B75A. Grayscale: #656565. Windows color (decimal): -7845723 or 10832008. OLE color: 10832008.
HSL color Cylindrical-coordinate representation of color #8848A5: hue angle of 281.29º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8848A5 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 72 | 165 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.35 |
| HSL | 281.29º | 0.39% | 0.46% | - |
| HSV(B) | 281.29º | 0.56% | 0.65% | - |
| XYZ | 19.26 | 12.59 | 37.01 | - |
| YUV | 101.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 165 | 0.18 | 0.56 | 0 | 0.35 | 281.29 | 0.39 | 0.46 |
| Hex | 88 | 48 | A5 | 12 | 38 | 0 | 23 | 119 | 27 | 2E |
| Octal | 210 | 110 | 245 | 22 | 70 | 0 | 43 | 431 | 47 | 56 |
| Binary | 10001000 | 1001000 | 10100101 | 10010 | 111000 | 0 | 100011 | 100011001 | 100111 | 101110 |
Color Harmonies of #8848A5
Complementary color
Monochromatic Colors of #8848A5
Black with #8848A5
Text Example
Text Example
White with #8848A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8848A5; }
p { color: rgb(136,72,165); }
H1.HeaderClassName
{
color: #8848A5;
}
.AnyTagClassName
{
color: #8848A5;
}
</style>
background-color css
<style>
a { background-color: #8848A5; }
a { background-color: rgb(136,72,165); }
div.DivClassName
{
background-color: #8848A5;
}
.BgClassName
{
background-color: #8848A5;
}
</style>
border-color css
<style>
span { border-color: #8848A5; }
span { border-color: rgb(136,72,165); }
td.TdClassName
{
border-color: #8848A5;
}
.TagClassName
{
border-color: #8848A5;
}
</style>