Shades of Studio #8253AA
Tints of Studio #8253AA
RGB
CMYK
RGB Variations
Color information
#8253AA (or 0x8253AA) is known color: Studio. HEX triplet: 82, 53 and AA. RGB value is (130,83,170). Sum of RGB (Red+Green+Blue) = 130+83+170=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8253AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8253AA is #7DAC55. Grayscale: #6A6A6A. Windows color (decimal): -8236118 or 11162498. OLE color: 11162498.
HSL color Cylindrical-coordinate representation of color #8253AA: hue angle of 272.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8253AA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 83 | 170 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.33 |
| HSL | 272.41º | 0.34% | 0.5% | - |
| HSV(B) | 272.41º | 0.51% | 0.67% | - |
| XYZ | 19.55 | 13.83 | 39.67 | - |
| YUV | 106.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 170 | 0.24 | 0.51 | 0 | 0.33 | 272.41 | 0.34 | 0.5 |
| Hex | 82 | 53 | AA | 18 | 33 | 0 | 21 | 110 | 22 | 32 |
| Octal | 202 | 123 | 252 | 30 | 63 | 0 | 41 | 420 | 42 | 62 |
| Binary | 10000010 | 1010011 | 10101010 | 11000 | 110011 | 0 | 100001 | 100010000 | 100010 | 110010 |
Color Harmonies of #8253AA
Complementary color
Monochromatic Colors of #8253AA
Black with #8253AA
Text Example
Text Example
White with #8253AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8253AA; }
p { color: rgb(130,83,170); }
H1.HeaderClassName
{
color: #8253AA;
}
.AnyTagClassName
{
color: #8253AA;
}
</style>
background-color css
<style>
a { background-color: #8253AA; }
a { background-color: rgb(130,83,170); }
div.DivClassName
{
background-color: #8253AA;
}
.BgClassName
{
background-color: #8253AA;
}
</style>
border-color css
<style>
span { border-color: #8253AA; }
span { border-color: rgb(130,83,170); }
td.TdClassName
{
border-color: #8253AA;
}
.TagClassName
{
border-color: #8253AA;
}
</style>