Shades of Studio #823BA9
Tints of Studio #823BA9
RGB
CMYK
RGB Variations
Color information
#823BA9 (or 0x823BA9) is known color: Studio. HEX triplet: 82, 3B and A9. RGB value is (130,59,169). Sum of RGB (Red+Green+Blue) = 130+59+169=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #823BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BA9 is #7DC456. Grayscale: #5C5C5C. Windows color (decimal): -8242263 or 11090818. OLE color: 11090818.
HSL color Cylindrical-coordinate representation of color #823BA9: hue angle of 278.73º 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 #823BA9 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 59 | 169 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.34 |
| HSL | 278.73º | 0.48% | 0.45% | - |
| HSV(B) | 278.73º | 0.65% | 0.66% | - |
| XYZ | 17.93 | 10.74 | 38.66 | - |
| YUV | 92.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 169 | 0.23 | 0.65 | 0 | 0.34 | 278.73 | 0.48 | 0.45 |
| Hex | 82 | 3B | A9 | 17 | 41 | 0 | 22 | 117 | 30 | 2D |
| Octal | 202 | 73 | 251 | 27 | 101 | 0 | 42 | 427 | 60 | 55 |
| Binary | 10000010 | 111011 | 10101001 | 10111 | 1000001 | 0 | 100010 | 100010111 | 110000 | 101101 |
Color Harmonies of #823BA9
Complementary color
Monochromatic Colors of #823BA9
Black with #823BA9
Text Example
Text Example
White with #823BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823BA9; }
p { color: rgb(130,59,169); }
H1.HeaderClassName
{
color: #823BA9;
}
.AnyTagClassName
{
color: #823BA9;
}
</style>
background-color css
<style>
a { background-color: #823BA9; }
a { background-color: rgb(130,59,169); }
div.DivClassName
{
background-color: #823BA9;
}
.BgClassName
{
background-color: #823BA9;
}
</style>
border-color css
<style>
span { border-color: #823BA9; }
span { border-color: rgb(130,59,169); }
td.TdClassName
{
border-color: #823BA9;
}
.TagClassName
{
border-color: #823BA9;
}
</style>