Shades of Studio #823DAA
Tints of Studio #823DAA
RGB
CMYK
RGB Variations
Color information
#823DAA (or 0x823DAA) is known color: Studio. HEX triplet: 82, 3D and AA. RGB value is (130,61,170). Sum of RGB (Red+Green+Blue) = 130+61+170=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #823DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823DAA is #7DC255. Grayscale: #5D5D5D. Windows color (decimal): -8241750 or 11156866. OLE color: 11156866.
HSL color Cylindrical-coordinate representation of color #823DAA: hue angle of 277.98º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #823DAA is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 61 | 170 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.33 |
| HSL | 277.98º | 0.47% | 0.45% | - |
| HSV(B) | 277.98º | 0.64% | 0.67% | - |
| XYZ | 18.13 | 10.99 | 39.2 | - |
| YUV | 94.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 170 | 0.24 | 0.64 | 0 | 0.33 | 277.98 | 0.47 | 0.45 |
| Hex | 82 | 3D | AA | 18 | 40 | 0 | 21 | 116 | 2F | 2D |
| Octal | 202 | 75 | 252 | 30 | 100 | 0 | 41 | 426 | 57 | 55 |
| Binary | 10000010 | 111101 | 10101010 | 11000 | 1000000 | 0 | 100001 | 100010110 | 101111 | 101101 |
Color Harmonies of #823DAA
Complementary color
Monochromatic Colors of #823DAA
Black with #823DAA
Text Example
Text Example
White with #823DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823DAA; }
p { color: rgb(130,61,170); }
H1.HeaderClassName
{
color: #823DAA;
}
.AnyTagClassName
{
color: #823DAA;
}
</style>
background-color css
<style>
a { background-color: #823DAA; }
a { background-color: rgb(130,61,170); }
div.DivClassName
{
background-color: #823DAA;
}
.BgClassName
{
background-color: #823DAA;
}
</style>
border-color css
<style>
span { border-color: #823DAA; }
span { border-color: rgb(130,61,170); }
td.TdClassName
{
border-color: #823DAA;
}
.TagClassName
{
border-color: #823DAA;
}
</style>