Shades of Studio #823FB4
Tints of Studio #823FB4
RGB
CMYK
RGB Variations
Color information
#823FB4 (or 0x823FB4) is known color: Studio. HEX triplet: 82, 3F and B4. RGB value is (130,63,180). Sum of RGB (Red+Green+Blue) = 130+63+180=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #823FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FB4 is #7DC04B. Grayscale: #5F5F5F. Windows color (decimal): -8241228 or 11812738. OLE color: 11812738.
HSL color Cylindrical-coordinate representation of color #823FB4: hue angle of 274.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823FB4 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 130 | 63 | 180 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.29 |
| HSL | 274.36º | 0.48% | 0.48% | - |
| HSV(B) | 274.36º | 0.65% | 0.71% | - |
| XYZ | 19.22 | 11.6 | 44.41 | - |
| YUV | 96.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 180 | 0.28 | 0.65 | 0 | 0.29 | 274.36 | 0.48 | 0.48 |
| Hex | 82 | 3F | B4 | 1C | 41 | 0 | 1D | 112 | 30 | 30 |
| Octal | 202 | 77 | 264 | 34 | 101 | 0 | 35 | 422 | 60 | 60 |
| Binary | 10000010 | 111111 | 10110100 | 11100 | 1000001 | 0 | 11101 | 100010010 | 110000 | 110000 |
Color Harmonies of #823FB4
Complementary color
Monochromatic Colors of #823FB4
Black with #823FB4
Text Example
Text Example
White with #823FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823FB4; }
p { color: rgb(130,63,180); }
H1.HeaderClassName
{
color: #823FB4;
}
.AnyTagClassName
{
color: #823FB4;
}
</style>
background-color css
<style>
a { background-color: #823FB4; }
a { background-color: rgb(130,63,180); }
div.DivClassName
{
background-color: #823FB4;
}
.BgClassName
{
background-color: #823FB4;
}
</style>
border-color css
<style>
span { border-color: #823FB4; }
span { border-color: rgb(130,63,180); }
td.TdClassName
{
border-color: #823FB4;
}
.TagClassName
{
border-color: #823FB4;
}
</style>