Shades of Studio #8359AF
Tints of Studio #8359AF
RGB
CMYK
RGB Variations
Color information
#8359AF (or 0x8359AF) is known color: Studio. HEX triplet: 83, 59 and AF. RGB value is (131,89,175). Sum of RGB (Red+Green+Blue) = 131+89+175=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #8359AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8359AF is #7CA650. Grayscale: #6F6F6F. Windows color (decimal): -8169041 or 11491715. OLE color: 11491715.
HSL color Cylindrical-coordinate representation of color #8359AF: hue angle of 269.3º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8359AF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 89 | 175 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.31 |
| HSL | 269.3º | 0.35% | 0.52% | - |
| HSV(B) | 269.3º | 0.49% | 0.69% | - |
| XYZ | 20.67 | 15.07 | 42.38 | - |
| YUV | 111.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 175 | 0.25 | 0.49 | 0 | 0.31 | 269.3 | 0.35 | 0.52 |
| Hex | 83 | 59 | AF | 19 | 31 | 0 | 1F | 10D | 23 | 34 |
| Octal | 203 | 131 | 257 | 31 | 61 | 0 | 37 | 415 | 43 | 64 |
| Binary | 10000011 | 1011001 | 10101111 | 11001 | 110001 | 0 | 11111 | 100001101 | 100011 | 110100 |
Color Harmonies of #8359AF
Complementary color
Monochromatic Colors of #8359AF
Black with #8359AF
Text Example
Text Example
White with #8359AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8359AF; }
p { color: rgb(131,89,175); }
H1.HeaderClassName
{
color: #8359AF;
}
.AnyTagClassName
{
color: #8359AF;
}
</style>
background-color css
<style>
a { background-color: #8359AF; }
a { background-color: rgb(131,89,175); }
div.DivClassName
{
background-color: #8359AF;
}
.BgClassName
{
background-color: #8359AF;
}
</style>
border-color css
<style>
span { border-color: #8359AF; }
span { border-color: rgb(131,89,175); }
td.TdClassName
{
border-color: #8359AF;
}
.TagClassName
{
border-color: #8359AF;
}
</style>