Shades of Studio #8358AD
Tints of Studio #8358AD
RGB
CMYK
RGB Variations
Color information
#8358AD (or 0x8358AD) is known color: Studio. HEX triplet: 83, 58 and AD. RGB value is (131,88,173). Sum of RGB (Red+Green+Blue) = 131+88+173=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #8358AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8358AD is #7CA752. Grayscale: #6E6E6E. Windows color (decimal): -8169299 or 11360387. OLE color: 11360387.
HSL color Cylindrical-coordinate representation of color #8358AD: hue angle of 270.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8358AD is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 88 | 173 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.32 |
| HSL | 270.35º | 0.34% | 0.51% | - |
| HSV(B) | 270.35º | 0.49% | 0.68% | - |
| XYZ | 20.39 | 14.82 | 41.32 | - |
| YUV | 110.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 173 | 0.24 | 0.49 | 0 | 0.32 | 270.35 | 0.34 | 0.51 |
| Hex | 83 | 58 | AD | 18 | 31 | 0 | 20 | 10E | 22 | 33 |
| Octal | 203 | 130 | 255 | 30 | 61 | 0 | 40 | 416 | 42 | 63 |
| Binary | 10000011 | 1011000 | 10101101 | 11000 | 110001 | 0 | 100000 | 100001110 | 100010 | 110011 |
Color Harmonies of #8358AD
Complementary color
Monochromatic Colors of #8358AD
Black with #8358AD
Text Example
Text Example
White with #8358AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8358AD; }
p { color: rgb(131,88,173); }
H1.HeaderClassName
{
color: #8358AD;
}
.AnyTagClassName
{
color: #8358AD;
}
</style>
background-color css
<style>
a { background-color: #8358AD; }
a { background-color: rgb(131,88,173); }
div.DivClassName
{
background-color: #8358AD;
}
.BgClassName
{
background-color: #8358AD;
}
</style>
border-color css
<style>
span { border-color: #8358AD; }
span { border-color: rgb(131,88,173); }
td.TdClassName
{
border-color: #8358AD;
}
.TagClassName
{
border-color: #8358AD;
}
</style>