Shades of Studio #823CAB
Tints of Studio #823CAB
RGB
CMYK
RGB Variations
Color information
#823CAB (or 0x823CAB) is known color: Studio. HEX triplet: 82, 3C and AB. RGB value is (130,60,171). Sum of RGB (Red+Green+Blue) = 130+60+171=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #823CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823CAB is #7DC354. Grayscale: #5D5D5D. Windows color (decimal): -8242005 or 11222146. OLE color: 11222146.
HSL color Cylindrical-coordinate representation of color #823CAB: hue angle of 277.84º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823CAB is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 60 | 171 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.33 |
| HSL | 277.84º | 0.48% | 0.45% | - |
| HSV(B) | 277.84º | 0.65% | 0.67% | - |
| XYZ | 18.17 | 10.92 | 39.68 | - |
| YUV | 93.58 | 171.69 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 171 | 0.24 | 0.65 | 0 | 0.33 | 277.84 | 0.48 | 0.45 |
| Hex | 82 | 3C | AB | 18 | 41 | 0 | 21 | 116 | 30 | 2D |
| Octal | 202 | 74 | 253 | 30 | 101 | 0 | 41 | 426 | 60 | 55 |
| Binary | 10000010 | 111100 | 10101011 | 11000 | 1000001 | 0 | 100001 | 100010110 | 110000 | 101101 |
Color Harmonies of #823CAB
Complementary color
Monochromatic Colors of #823CAB
Black with #823CAB
Text Example
Text Example
White with #823CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CAB; }
p { color: rgb(130,60,171); }
H1.HeaderClassName
{
color: #823CAB;
}
.AnyTagClassName
{
color: #823CAB;
}
</style>
background-color css
<style>
a { background-color: #823CAB; }
a { background-color: rgb(130,60,171); }
div.DivClassName
{
background-color: #823CAB;
}
.BgClassName
{
background-color: #823CAB;
}
</style>
border-color css
<style>
span { border-color: #823CAB; }
span { border-color: rgb(130,60,171); }
td.TdClassName
{
border-color: #823CAB;
}
.TagClassName
{
border-color: #823CAB;
}
</style>