Shades of Studio #823AAB
Tints of Studio #823AAB
RGB
CMYK
RGB Variations
Color information
#823AAB (or 0x823AAB) is known color: Studio. HEX triplet: 82, 3A and AB. RGB value is (130,58,171). Sum of RGB (Red+Green+Blue) = 130+58+171=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #823AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823AAB is #7DC554. Grayscale: #5C5C5C. Windows color (decimal): -8242517 or 11221634. OLE color: 11221634.
HSL color Cylindrical-coordinate representation of color #823AAB: hue angle of 278.23º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823AAB is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 58 | 171 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.33 |
| HSL | 278.23º | 0.49% | 0.45% | - |
| HSV(B) | 278.23º | 0.66% | 0.67% | - |
| XYZ | 18.07 | 10.71 | 39.64 | - |
| YUV | 92.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 171 | 0.24 | 0.66 | 0 | 0.33 | 278.23 | 0.49 | 0.45 |
| Hex | 82 | 3A | AB | 18 | 42 | 0 | 21 | 116 | 31 | 2D |
| Octal | 202 | 72 | 253 | 30 | 102 | 0 | 41 | 426 | 61 | 55 |
| Binary | 10000010 | 111010 | 10101011 | 11000 | 1000010 | 0 | 100001 | 100010110 | 110001 | 101101 |
Color Harmonies of #823AAB
Complementary color
Monochromatic Colors of #823AAB
Black with #823AAB
Text Example
Text Example
White with #823AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823AAB; }
p { color: rgb(130,58,171); }
H1.HeaderClassName
{
color: #823AAB;
}
.AnyTagClassName
{
color: #823AAB;
}
</style>
background-color css
<style>
a { background-color: #823AAB; }
a { background-color: rgb(130,58,171); }
div.DivClassName
{
background-color: #823AAB;
}
.BgClassName
{
background-color: #823AAB;
}
</style>
border-color css
<style>
span { border-color: #823AAB; }
span { border-color: rgb(130,58,171); }
td.TdClassName
{
border-color: #823AAB;
}
.TagClassName
{
border-color: #823AAB;
}
</style>