Shades of Studio #8237B4
Tints of Studio #8237B4
RGB
CMYK
RGB Variations
Color information
#8237B4 (or 0x8237B4) is known color: Studio. HEX triplet: 82, 37 and B4. RGB value is (130,55,180). Sum of RGB (Red+Green+Blue) = 130+55+180=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #8237B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237B4 is #7DC84B. Grayscale: #5B5B5B. Windows color (decimal): -8243276 or 11810690. OLE color: 11810690.
HSL color Cylindrical-coordinate representation of color #8237B4: hue angle of 276º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8237B4 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 55 | 180 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.29 |
| HSL | 276º | 0.53% | 0.46% | - |
| HSV(B) | 276º | 0.69% | 0.71% | - |
| XYZ | 18.81 | 10.77 | 44.27 | - |
| YUV | 91.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 180 | 0.28 | 0.69 | 0 | 0.29 | 276 | 0.53 | 0.46 |
| Hex | 82 | 37 | B4 | 1C | 45 | 0 | 1D | 114 | 35 | 2E |
| Octal | 202 | 67 | 264 | 34 | 105 | 0 | 35 | 424 | 65 | 56 |
| Binary | 10000010 | 110111 | 10110100 | 11100 | 1000101 | 0 | 11101 | 100010100 | 110101 | 101110 |
Color Harmonies of #8237B4
Complementary color
Monochromatic Colors of #8237B4
Black with #8237B4
Text Example
Text Example
White with #8237B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8237B4; }
p { color: rgb(130,55,180); }
H1.HeaderClassName
{
color: #8237B4;
}
.AnyTagClassName
{
color: #8237B4;
}
</style>
background-color css
<style>
a { background-color: #8237B4; }
a { background-color: rgb(130,55,180); }
div.DivClassName
{
background-color: #8237B4;
}
.BgClassName
{
background-color: #8237B4;
}
</style>
border-color css
<style>
span { border-color: #8237B4; }
span { border-color: rgb(130,55,180); }
td.TdClassName
{
border-color: #8237B4;
}
.TagClassName
{
border-color: #8237B4;
}
</style>