Shades of Studio #823FAC
Tints of Studio #823FAC
RGB
CMYK
RGB Variations
Color information
#823FAC (or 0x823FAC) is known color: Studio. HEX triplet: 82, 3F and AC. RGB value is (130,63,172). Sum of RGB (Red+Green+Blue) = 130+63+172=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #823FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823FAC is #7DC053. Grayscale: #5F5F5F. Windows color (decimal): -8241236 or 11288450. OLE color: 11288450.
HSL color Cylindrical-coordinate representation of color #823FAC: hue angle of 276.88º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823FAC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 63 | 172 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.33 |
| HSL | 276.88º | 0.46% | 0.46% | - |
| HSV(B) | 276.88º | 0.63% | 0.67% | - |
| XYZ | 18.43 | 11.28 | 40.24 | - |
| YUV | 95.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 172 | 0.24 | 0.63 | 0 | 0.33 | 276.88 | 0.46 | 0.46 |
| Hex | 82 | 3F | AC | 18 | 3F | 0 | 21 | 115 | 2E | 2E |
| Octal | 202 | 77 | 254 | 30 | 77 | 0 | 41 | 425 | 56 | 56 |
| Binary | 10000010 | 111111 | 10101100 | 11000 | 111111 | 0 | 100001 | 100010101 | 101110 | 101110 |
Color Harmonies of #823FAC
Complementary color
Monochromatic Colors of #823FAC
Black with #823FAC
Text Example
Text Example
White with #823FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823FAC; }
p { color: rgb(130,63,172); }
H1.HeaderClassName
{
color: #823FAC;
}
.AnyTagClassName
{
color: #823FAC;
}
</style>
background-color css
<style>
a { background-color: #823FAC; }
a { background-color: rgb(130,63,172); }
div.DivClassName
{
background-color: #823FAC;
}
.BgClassName
{
background-color: #823FAC;
}
</style>
border-color css
<style>
span { border-color: #823FAC; }
span { border-color: rgb(130,63,172); }
td.TdClassName
{
border-color: #823FAC;
}
.TagClassName
{
border-color: #823FAC;
}
</style>