Shades of Studio #823BB6
Tints of Studio #823BB6
RGB
CMYK
RGB Variations
Color information
#823BB6 (or 0x823BB6) is known color: Studio. HEX triplet: 82, 3B and B6. RGB value is (130,59,182). Sum of RGB (Red+Green+Blue) = 130+59+182=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #823BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823BB6 is #7DC449. Grayscale: #5D5D5D. Windows color (decimal): -8242250 or 11942786. OLE color: 11942786.
HSL color Cylindrical-coordinate representation of color #823BB6: hue angle of 274.63º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #823BB6 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 59 | 182 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.29 |
| HSL | 274.63º | 0.51% | 0.47% | - |
| HSV(B) | 274.63º | 0.68% | 0.71% | - |
| XYZ | 19.21 | 11.25 | 45.42 | - |
| YUV | 94.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 59 | 182 | 0.29 | 0.68 | 0 | 0.29 | 274.63 | 0.51 | 0.47 |
| Hex | 82 | 3B | B6 | 1D | 44 | 0 | 1D | 113 | 33 | 2F |
| Octal | 202 | 73 | 266 | 35 | 104 | 0 | 35 | 423 | 63 | 57 |
| Binary | 10000010 | 111011 | 10110110 | 11101 | 1000100 | 0 | 11101 | 100010011 | 110011 | 101111 |
Color Harmonies of #823BB6
Complementary color
Monochromatic Colors of #823BB6
Black with #823BB6
Text Example
Text Example
White with #823BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823BB6; }
p { color: rgb(130,59,182); }
H1.HeaderClassName
{
color: #823BB6;
}
.AnyTagClassName
{
color: #823BB6;
}
</style>
background-color css
<style>
a { background-color: #823BB6; }
a { background-color: rgb(130,59,182); }
div.DivClassName
{
background-color: #823BB6;
}
.BgClassName
{
background-color: #823BB6;
}
</style>
border-color css
<style>
span { border-color: #823BB6; }
span { border-color: rgb(130,59,182); }
td.TdClassName
{
border-color: #823BB6;
}
.TagClassName
{
border-color: #823BB6;
}
</style>