Shades of Studio #8237B2
Tints of Studio #8237B2
RGB
CMYK
RGB Variations
Color information
#8237B2 (or 0x8237B2) is known color: Studio. HEX triplet: 82, 37 and B2. RGB value is (130,55,178). Sum of RGB (Red+Green+Blue) = 130+55+178=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #8237B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8237B2 is #7DC84D. Grayscale: #5B5B5B. Windows color (decimal): -8243278 or 11679618. OLE color: 11679618.
HSL color Cylindrical-coordinate representation of color #8237B2: hue angle of 276.59º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8237B2 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 130 | 55 | 178 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.30 |
| HSL | 276.59º | 0.53% | 0.46% | - |
| HSV(B) | 276.59º | 0.69% | 0.7% | - |
| XYZ | 18.61 | 10.69 | 43.2 | - |
| YUV | 91.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 178 | 0.27 | 0.69 | 0 | 0.30 | 276.59 | 0.53 | 0.46 |
| Hex | 82 | 37 | B2 | 1B | 45 | 0 | 1E | 115 | 35 | 2E |
| Octal | 202 | 67 | 262 | 33 | 105 | 0 | 36 | 425 | 65 | 56 |
| Binary | 10000010 | 110111 | 10110010 | 11011 | 1000101 | 0 | 11110 | 100010101 | 110101 | 101110 |
Color Harmonies of #8237B2
Complementary color
Monochromatic Colors of #8237B2
Black with #8237B2
Text Example
Text Example
White with #8237B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8237B2; }
p { color: rgb(130,55,178); }
H1.HeaderClassName
{
color: #8237B2;
}
.AnyTagClassName
{
color: #8237B2;
}
</style>
background-color css
<style>
a { background-color: #8237B2; }
a { background-color: rgb(130,55,178); }
div.DivClassName
{
background-color: #8237B2;
}
.BgClassName
{
background-color: #8237B2;
}
</style>
border-color css
<style>
span { border-color: #8237B2; }
span { border-color: rgb(130,55,178); }
td.TdClassName
{
border-color: #8237B2;
}
.TagClassName
{
border-color: #8237B2;
}
</style>