Shades of Studio #823CAF
Tints of Studio #823CAF
RGB
CMYK
RGB Variations
Color information
#823CAF (or 0x823CAF) is known color: Studio. HEX triplet: 82, 3C and AF. RGB value is (130,60,175). Sum of RGB (Red+Green+Blue) = 130+60+175=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #823CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823CAF is #7DC350. Grayscale: #5D5D5D. Windows color (decimal): -8242001 or 11484290. OLE color: 11484290.
HSL color Cylindrical-coordinate representation of color #823CAF: hue angle of 276.52º degrees, saturation: 0.49, 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 #823CAF is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 60 | 175 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.31 |
| HSL | 276.52º | 0.49% | 0.46% | - |
| HSV(B) | 276.52º | 0.66% | 0.69% | - |
| XYZ | 18.56 | 11.07 | 41.72 | - |
| YUV | 94.04 | 173.69 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 175 | 0.26 | 0.66 | 0 | 0.31 | 276.52 | 0.49 | 0.46 |
| Hex | 82 | 3C | AF | 1A | 42 | 0 | 1F | 115 | 31 | 2E |
| Octal | 202 | 74 | 257 | 32 | 102 | 0 | 37 | 425 | 61 | 56 |
| Binary | 10000010 | 111100 | 10101111 | 11010 | 1000010 | 0 | 11111 | 100010101 | 110001 | 101110 |
Color Harmonies of #823CAF
Complementary color
Monochromatic Colors of #823CAF
Black with #823CAF
Text Example
Text Example
White with #823CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CAF; }
p { color: rgb(130,60,175); }
H1.HeaderClassName
{
color: #823CAF;
}
.AnyTagClassName
{
color: #823CAF;
}
</style>
background-color css
<style>
a { background-color: #823CAF; }
a { background-color: rgb(130,60,175); }
div.DivClassName
{
background-color: #823CAF;
}
.BgClassName
{
background-color: #823CAF;
}
</style>
border-color css
<style>
span { border-color: #823CAF; }
span { border-color: rgb(130,60,175); }
td.TdClassName
{
border-color: #823CAF;
}
.TagClassName
{
border-color: #823CAF;
}
</style>