Shades of Studio #823DB6
Tints of Studio #823DB6
RGB
CMYK
RGB Variations
Color information
#823DB6 (or 0x823DB6) is known color: Studio. HEX triplet: 82, 3D and B6. RGB value is (130,61,182). Sum of RGB (Red+Green+Blue) = 130+61+182=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #823DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DB6 is #7DC249. Grayscale: #5F5F5F. Windows color (decimal): -8241738 or 11943298. OLE color: 11943298.
HSL color Cylindrical-coordinate representation of color #823DB6: hue angle of 274.21º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823DB6 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 61 | 182 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.29 |
| HSL | 274.21º | 0.5% | 0.48% | - |
| HSV(B) | 274.21º | 0.66% | 0.71% | - |
| XYZ | 19.32 | 11.46 | 45.45 | - |
| YUV | 95.43 | 176.86 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 182 | 0.29 | 0.66 | 0 | 0.29 | 274.21 | 0.5 | 0.48 |
| Hex | 82 | 3D | B6 | 1D | 42 | 0 | 1D | 112 | 32 | 30 |
| Octal | 202 | 75 | 266 | 35 | 102 | 0 | 35 | 422 | 62 | 60 |
| Binary | 10000010 | 111101 | 10110110 | 11101 | 1000010 | 0 | 11101 | 100010010 | 110010 | 110000 |
Color Harmonies of #823DB6
Complementary color
Monochromatic Colors of #823DB6
Black with #823DB6
Text Example
Text Example
White with #823DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823DB6; }
p { color: rgb(130,61,182); }
H1.HeaderClassName
{
color: #823DB6;
}
.AnyTagClassName
{
color: #823DB6;
}
</style>
background-color css
<style>
a { background-color: #823DB6; }
a { background-color: rgb(130,61,182); }
div.DivClassName
{
background-color: #823DB6;
}
.BgClassName
{
background-color: #823DB6;
}
</style>
border-color css
<style>
span { border-color: #823DB6; }
span { border-color: rgb(130,61,182); }
td.TdClassName
{
border-color: #823DB6;
}
.TagClassName
{
border-color: #823DB6;
}
</style>