Shades of Studio #82509B
Tints of Studio #82509B
RGB
CMYK
RGB Variations
Color information
#82509B (or 0x82509B) is known color: Studio. HEX triplet: 82, 50 and 9B. RGB value is (130,80,155). Sum of RGB (Red+Green+Blue) = 130+80+155=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #82509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82509B is #7DAF64. Grayscale: #676767. Windows color (decimal): -8236901 or 10178690. OLE color: 10178690.
HSL color Cylindrical-coordinate representation of color #82509B: hue angle of 280º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82509B is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 80 | 155 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.39 |
| HSL | 280º | 0.32% | 0.46% | - |
| HSV(B) | 280º | 0.48% | 0.61% | - |
| XYZ | 17.99 | 12.85 | 32.54 | - |
| YUV | 103.5 | 157.07 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 155 | 0.16 | 0.48 | 0 | 0.39 | 280 | 0.32 | 0.46 |
| Hex | 82 | 50 | 9B | 10 | 30 | 0 | 27 | 118 | 20 | 2E |
| Octal | 202 | 120 | 233 | 20 | 60 | 0 | 47 | 430 | 40 | 56 |
| Binary | 10000010 | 1010000 | 10011011 | 10000 | 110000 | 0 | 100111 | 100011000 | 100000 | 101110 |
Color Harmonies of #82509B
Complementary color
Monochromatic Colors of #82509B
Black with #82509B
Text Example
Text Example
White with #82509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82509B; }
p { color: rgb(130,80,155); }
H1.HeaderClassName
{
color: #82509B;
}
.AnyTagClassName
{
color: #82509B;
}
</style>
background-color css
<style>
a { background-color: #82509B; }
a { background-color: rgb(130,80,155); }
div.DivClassName
{
background-color: #82509B;
}
.BgClassName
{
background-color: #82509B;
}
</style>
border-color css
<style>
span { border-color: #82509B; }
span { border-color: rgb(130,80,155); }
td.TdClassName
{
border-color: #82509B;
}
.TagClassName
{
border-color: #82509B;
}
</style>