Shades of Studio #8339B4
Tints of Studio #8339B4
RGB
CMYK
RGB Variations
Color information
#8339B4 (or 0x8339B4) is known color: Studio. HEX triplet: 83, 39 and B4. RGB value is (131,57,180). Sum of RGB (Red+Green+Blue) = 131+57+180=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #8339B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8339B4 is #7CC64B. Grayscale: #5C5C5C. Windows color (decimal): -8177228 or 11811203. OLE color: 11811203.
HSL color Cylindrical-coordinate representation of color #8339B4: hue angle of 276.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8339B4 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 57 | 180 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.29 |
| HSL | 276.1º | 0.52% | 0.46% | - |
| HSV(B) | 276.1º | 0.68% | 0.71% | - |
| XYZ | 19.06 | 11.05 | 44.31 | - |
| YUV | 93.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 57 | 180 | 0.27 | 0.68 | 0 | 0.29 | 276.1 | 0.52 | 0.46 |
| Hex | 83 | 39 | B4 | 1B | 44 | 0 | 1D | 114 | 34 | 2E |
| Octal | 203 | 71 | 264 | 33 | 104 | 0 | 35 | 424 | 64 | 56 |
| Binary | 10000011 | 111001 | 10110100 | 11011 | 1000100 | 0 | 11101 | 100010100 | 110100 | 101110 |
Color Harmonies of #8339B4
Complementary color
Monochromatic Colors of #8339B4
Black with #8339B4
Text Example
Text Example
White with #8339B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8339B4; }
p { color: rgb(131,57,180); }
H1.HeaderClassName
{
color: #8339B4;
}
.AnyTagClassName
{
color: #8339B4;
}
</style>
background-color css
<style>
a { background-color: #8339B4; }
a { background-color: rgb(131,57,180); }
div.DivClassName
{
background-color: #8339B4;
}
.BgClassName
{
background-color: #8339B4;
}
</style>
border-color css
<style>
span { border-color: #8339B4; }
span { border-color: rgb(131,57,180); }
td.TdClassName
{
border-color: #8339B4;
}
.TagClassName
{
border-color: #8339B4;
}
</style>