Shades of Studio #823CB5
Tints of Studio #823CB5
RGB
CMYK
RGB Variations
Color information
#823CB5 (or 0x823CB5) is known color: Studio. HEX triplet: 82, 3C and B5. RGB value is (130,60,181). Sum of RGB (Red+Green+Blue) = 130+60+181=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #823CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CB5 is #7DC34A. Grayscale: #5E5E5E. Windows color (decimal): -8241995 or 11877506. OLE color: 11877506.
HSL color Cylindrical-coordinate representation of color #823CB5: hue angle of 274.71º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823CB5 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 60 | 181 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.29 |
| HSL | 274.71º | 0.5% | 0.47% | - |
| HSV(B) | 274.71º | 0.67% | 0.71% | - |
| XYZ | 19.16 | 11.31 | 44.89 | - |
| YUV | 94.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 181 | 0.28 | 0.67 | 0 | 0.29 | 274.71 | 0.5 | 0.47 |
| Hex | 82 | 3C | B5 | 1C | 43 | 0 | 1D | 113 | 32 | 2F |
| Octal | 202 | 74 | 265 | 34 | 103 | 0 | 35 | 423 | 62 | 57 |
| Binary | 10000010 | 111100 | 10110101 | 11100 | 1000011 | 0 | 11101 | 100010011 | 110010 | 101111 |
Color Harmonies of #823CB5
Complementary color
Monochromatic Colors of #823CB5
Black with #823CB5
Text Example
Text Example
White with #823CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CB5; }
p { color: rgb(130,60,181); }
H1.HeaderClassName
{
color: #823CB5;
}
.AnyTagClassName
{
color: #823CB5;
}
</style>
background-color css
<style>
a { background-color: #823CB5; }
a { background-color: rgb(130,60,181); }
div.DivClassName
{
background-color: #823CB5;
}
.BgClassName
{
background-color: #823CB5;
}
</style>
border-color css
<style>
span { border-color: #823CB5; }
span { border-color: rgb(130,60,181); }
td.TdClassName
{
border-color: #823CB5;
}
.TagClassName
{
border-color: #823CB5;
}
</style>