Shades of Studio #8238B5
Tints of Studio #8238B5
RGB
CMYK
RGB Variations
Color information
#8238B5 (or 0x8238B5) is known color: Studio. HEX triplet: 82, 38 and B5. RGB value is (130,56,181). Sum of RGB (Red+Green+Blue) = 130+56+181=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #8238B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8238B5 is #7DC74A. Grayscale: #5B5B5B. Windows color (decimal): -8243019 or 11876482. OLE color: 11876482.
HSL color Cylindrical-coordinate representation of color #8238B5: hue angle of 275.52º 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 #8238B5 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 56 | 181 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.29 |
| HSL | 275.52º | 0.53% | 0.46% | - |
| HSV(B) | 275.52º | 0.69% | 0.71% | - |
| XYZ | 18.96 | 10.91 | 44.82 | - |
| YUV | 92.38 | 178.02 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 56 | 181 | 0.28 | 0.69 | 0 | 0.29 | 275.52 | 0.53 | 0.46 |
| Hex | 82 | 38 | B5 | 1C | 45 | 0 | 1D | 114 | 35 | 2E |
| Octal | 202 | 70 | 265 | 34 | 105 | 0 | 35 | 424 | 65 | 56 |
| Binary | 10000010 | 111000 | 10110101 | 11100 | 1000101 | 0 | 11101 | 100010100 | 110101 | 101110 |
Color Harmonies of #8238B5
Complementary color
Monochromatic Colors of #8238B5
Black with #8238B5
Text Example
Text Example
White with #8238B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8238B5; }
p { color: rgb(130,56,181); }
H1.HeaderClassName
{
color: #8238B5;
}
.AnyTagClassName
{
color: #8238B5;
}
</style>
background-color css
<style>
a { background-color: #8238B5; }
a { background-color: rgb(130,56,181); }
div.DivClassName
{
background-color: #8238B5;
}
.BgClassName
{
background-color: #8238B5;
}
</style>
border-color css
<style>
span { border-color: #8238B5; }
span { border-color: rgb(130,56,181); }
td.TdClassName
{
border-color: #8238B5;
}
.TagClassName
{
border-color: #8238B5;
}
</style>