Shades of Studio #8242B6
Tints of Studio #8242B6
RGB
CMYK
RGB Variations
Color information
#8242B6 (or 0x8242B6) is known color: Studio. HEX triplet: 82, 42 and B6. RGB value is (130,66,182). Sum of RGB (Red+Green+Blue) = 130+66+182=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #8242B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242B6 is #7DBD49. Grayscale: #616161. Windows color (decimal): -8240458 or 11944578. OLE color: 11944578.
HSL color Cylindrical-coordinate representation of color #8242B6: hue angle of 273.1º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8242B6 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 66 | 182 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.29 |
| HSL | 273.1º | 0.47% | 0.49% | - |
| HSV(B) | 273.1º | 0.64% | 0.71% | - |
| XYZ | 19.6 | 12.02 | 45.54 | - |
| YUV | 98.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 182 | 0.29 | 0.64 | 0 | 0.29 | 273.1 | 0.47 | 0.49 |
| Hex | 82 | 42 | B6 | 1D | 40 | 0 | 1D | 111 | 2F | 31 |
| Octal | 202 | 102 | 266 | 35 | 100 | 0 | 35 | 421 | 57 | 61 |
| Binary | 10000010 | 1000010 | 10110110 | 11101 | 1000000 | 0 | 11101 | 100010001 | 101111 | 110001 |
Color Harmonies of #8242B6
Complementary color
Monochromatic Colors of #8242B6
Black with #8242B6
Text Example
Text Example
White with #8242B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8242B6; }
p { color: rgb(130,66,182); }
H1.HeaderClassName
{
color: #8242B6;
}
.AnyTagClassName
{
color: #8242B6;
}
</style>
background-color css
<style>
a { background-color: #8242B6; }
a { background-color: rgb(130,66,182); }
div.DivClassName
{
background-color: #8242B6;
}
.BgClassName
{
background-color: #8242B6;
}
</style>
border-color css
<style>
span { border-color: #8242B6; }
span { border-color: rgb(130,66,182); }
td.TdClassName
{
border-color: #8242B6;
}
.TagClassName
{
border-color: #8242B6;
}
</style>