Shades of Studio #8252B2
Tints of Studio #8252B2
RGB
CMYK
RGB Variations
Color information
#8252B2 (or 0x8252B2) is known color: Studio. HEX triplet: 82, 52 and B2. RGB value is (130,82,178). Sum of RGB (Red+Green+Blue) = 130+82+178=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 178 - color contains mainly: blue. Hex color #8252B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8252B2 is #7DAD4D. Grayscale: #6A6A6A. Windows color (decimal): -8236366 or 11686530. OLE color: 11686530.
HSL color Cylindrical-coordinate representation of color #8252B2: hue angle of 270º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8252B2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 82 | 178 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.30 |
| HSL | 270º | 0.38% | 0.51% | - |
| HSV(B) | 270º | 0.54% | 0.7% | - |
| XYZ | 20.26 | 13.99 | 43.75 | - |
| YUV | 107.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 178 | 0.27 | 0.54 | 0 | 0.30 | 270 | 0.38 | 0.51 |
| Hex | 82 | 52 | B2 | 1B | 36 | 0 | 1E | 10E | 26 | 33 |
| Octal | 202 | 122 | 262 | 33 | 66 | 0 | 36 | 416 | 46 | 63 |
| Binary | 10000010 | 1010010 | 10110010 | 11011 | 110110 | 0 | 11110 | 100001110 | 100110 | 110011 |
Color Harmonies of #8252B2
Complementary color
Monochromatic Colors of #8252B2
Black with #8252B2
Text Example
Text Example
White with #8252B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8252B2; }
p { color: rgb(130,82,178); }
H1.HeaderClassName
{
color: #8252B2;
}
.AnyTagClassName
{
color: #8252B2;
}
</style>
background-color css
<style>
a { background-color: #8252B2; }
a { background-color: rgb(130,82,178); }
div.DivClassName
{
background-color: #8252B2;
}
.BgClassName
{
background-color: #8252B2;
}
</style>
border-color css
<style>
span { border-color: #8252B2; }
span { border-color: rgb(130,82,178); }
td.TdClassName
{
border-color: #8252B2;
}
.TagClassName
{
border-color: #8252B2;
}
</style>