Shades of Studio #8258AF
Tints of Studio #8258AF
RGB
CMYK
RGB Variations
Color information
#8258AF (or 0x8258AF) is known color: Studio. HEX triplet: 82, 58 and AF. RGB value is (130,88,175). Sum of RGB (Red+Green+Blue) = 130+88+175=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8258AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8258AF is #7DA750. Grayscale: #6E6E6E. Windows color (decimal): -8234833 or 11491458. OLE color: 11491458.
HSL color Cylindrical-coordinate representation of color #8258AF: hue angle of 268.97º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8258AF is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 88 | 175 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.31 |
| HSL | 268.97º | 0.35% | 0.52% | - |
| HSV(B) | 268.97º | 0.5% | 0.69% | - |
| XYZ | 20.43 | 14.82 | 42.34 | - |
| YUV | 110.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 175 | 0.26 | 0.50 | 0 | 0.31 | 268.97 | 0.35 | 0.52 |
| Hex | 82 | 58 | AF | 1A | 32 | 0 | 1F | 10D | 23 | 34 |
| Octal | 202 | 130 | 257 | 32 | 62 | 0 | 37 | 415 | 43 | 64 |
| Binary | 10000010 | 1011000 | 10101111 | 11010 | 110010 | 0 | 11111 | 100001101 | 100011 | 110100 |
Color Harmonies of #8258AF
Complementary color
Monochromatic Colors of #8258AF
Black with #8258AF
Text Example
Text Example
White with #8258AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8258AF; }
p { color: rgb(130,88,175); }
H1.HeaderClassName
{
color: #8258AF;
}
.AnyTagClassName
{
color: #8258AF;
}
</style>
background-color css
<style>
a { background-color: #8258AF; }
a { background-color: rgb(130,88,175); }
div.DivClassName
{
background-color: #8258AF;
}
.BgClassName
{
background-color: #8258AF;
}
</style>
border-color css
<style>
span { border-color: #8258AF; }
span { border-color: rgb(130,88,175); }
td.TdClassName
{
border-color: #8258AF;
}
.TagClassName
{
border-color: #8258AF;
}
</style>