Shades of Studio #823EBA
Tints of Studio #823EBA
RGB
CMYK
RGB Variations
Color information
#823EBA (or 0x823EBA) is known color: Studio. HEX triplet: 82, 3E and BA. RGB value is (130,62,186). Sum of RGB (Red+Green+Blue) = 130+62+186=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #823EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EBA is #7DC145. Grayscale: #606060. Windows color (decimal): -8241478 or 12205698. OLE color: 12205698.
HSL color Cylindrical-coordinate representation of color #823EBA: hue angle of 272.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #823EBA is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 62 | 186 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.27 |
| HSL | 272.9º | 0.5% | 0.49% | - |
| HSV(B) | 272.9º | 0.67% | 0.73% | - |
| XYZ | 19.79 | 11.74 | 47.68 | - |
| YUV | 96.47 | 178.53 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 186 | 0.30 | 0.67 | 0 | 0.27 | 272.9 | 0.5 | 0.49 |
| Hex | 82 | 3E | BA | 1E | 43 | 0 | 1B | 111 | 32 | 31 |
| Octal | 202 | 76 | 272 | 36 | 103 | 0 | 33 | 421 | 62 | 61 |
| Binary | 10000010 | 111110 | 10111010 | 11110 | 1000011 | 0 | 11011 | 100010001 | 110010 | 110001 |
Color Harmonies of #823EBA
Complementary color
Monochromatic Colors of #823EBA
Black with #823EBA
Text Example
Text Example
White with #823EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823EBA; }
p { color: rgb(130,62,186); }
H1.HeaderClassName
{
color: #823EBA;
}
.AnyTagClassName
{
color: #823EBA;
}
</style>
background-color css
<style>
a { background-color: #823EBA; }
a { background-color: rgb(130,62,186); }
div.DivClassName
{
background-color: #823EBA;
}
.BgClassName
{
background-color: #823EBA;
}
</style>
border-color css
<style>
span { border-color: #823EBA; }
span { border-color: rgb(130,62,186); }
td.TdClassName
{
border-color: #823EBA;
}
.TagClassName
{
border-color: #823EBA;
}
</style>