Shades of Studio #823BA8
Tints of Studio #823BA8
RGB
CMYK
RGB Variations
Color information
#823BA8 (or 0x823BA8) is known color: Studio. HEX triplet: 82, 3B and A8. RGB value is (130,59,168). Sum of RGB (Red+Green+Blue) = 130+59+168=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #823BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BA8 is #7DC457. Grayscale: #5C5C5C. Windows color (decimal): -8242264 or 11025282. OLE color: 11025282.
HSL color Cylindrical-coordinate representation of color #823BA8: hue angle of 279.08º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823BA8 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 59 | 168 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.34 |
| HSL | 279.08º | 0.48% | 0.45% | - |
| HSV(B) | 279.08º | 0.65% | 0.66% | - |
| XYZ | 17.84 | 10.7 | 38.17 | - |
| YUV | 92.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 168 | 0.23 | 0.65 | 0 | 0.34 | 279.08 | 0.48 | 0.45 |
| Hex | 82 | 3B | A8 | 17 | 41 | 0 | 22 | 117 | 30 | 2D |
| Octal | 202 | 73 | 250 | 27 | 101 | 0 | 42 | 427 | 60 | 55 |
| Binary | 10000010 | 111011 | 10101000 | 10111 | 1000001 | 0 | 100010 | 100010111 | 110000 | 101101 |
Color Harmonies of #823BA8
Complementary color
Monochromatic Colors of #823BA8
Black with #823BA8
Text Example
Text Example
White with #823BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823BA8; }
p { color: rgb(130,59,168); }
H1.HeaderClassName
{
color: #823BA8;
}
.AnyTagClassName
{
color: #823BA8;
}
</style>
background-color css
<style>
a { background-color: #823BA8; }
a { background-color: rgb(130,59,168); }
div.DivClassName
{
background-color: #823BA8;
}
.BgClassName
{
background-color: #823BA8;
}
</style>
border-color css
<style>
span { border-color: #823BA8; }
span { border-color: rgb(130,59,168); }
td.TdClassName
{
border-color: #823BA8;
}
.TagClassName
{
border-color: #823BA8;
}
</style>