Shades of Studio #823BAF
Tints of Studio #823BAF
RGB
CMYK
RGB Variations
Color information
#823BAF (or 0x823BAF) is known color: Studio. HEX triplet: 82, 3B and AF. RGB value is (130,59,175). Sum of RGB (Red+Green+Blue) = 130+59+175=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #823BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823BAF is #7DC450. Grayscale: #5D5D5D. Windows color (decimal): -8242257 or 11484034. OLE color: 11484034.
HSL color Cylindrical-coordinate representation of color #823BAF: hue angle of 276.72º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823BAF is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 59 | 175 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.31 |
| HSL | 276.72º | 0.5% | 0.46% | - |
| HSV(B) | 276.72º | 0.66% | 0.69% | - |
| XYZ | 18.51 | 10.97 | 41.7 | - |
| YUV | 93.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 175 | 0.26 | 0.66 | 0 | 0.31 | 276.72 | 0.5 | 0.46 |
| Hex | 82 | 3B | AF | 1A | 42 | 0 | 1F | 115 | 32 | 2E |
| Octal | 202 | 73 | 257 | 32 | 102 | 0 | 37 | 425 | 62 | 56 |
| Binary | 10000010 | 111011 | 10101111 | 11010 | 1000010 | 0 | 11111 | 100010101 | 110010 | 101110 |
Color Harmonies of #823BAF
Complementary color
Monochromatic Colors of #823BAF
Black with #823BAF
Text Example
Text Example
White with #823BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823BAF; }
p { color: rgb(130,59,175); }
H1.HeaderClassName
{
color: #823BAF;
}
.AnyTagClassName
{
color: #823BAF;
}
</style>
background-color css
<style>
a { background-color: #823BAF; }
a { background-color: rgb(130,59,175); }
div.DivClassName
{
background-color: #823BAF;
}
.BgClassName
{
background-color: #823BAF;
}
</style>
border-color css
<style>
span { border-color: #823BAF; }
span { border-color: rgb(130,59,175); }
td.TdClassName
{
border-color: #823BAF;
}
.TagClassName
{
border-color: #823BAF;
}
</style>