Shades of Studio #823EB8
Tints of Studio #823EB8
RGB
CMYK
RGB Variations
Color information
#823EB8 (or 0x823EB8) is known color: Studio. HEX triplet: 82, 3E and B8. RGB value is (130,62,184). Sum of RGB (Red+Green+Blue) = 130+62+184=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 184 (72.27% from 255 or 48.94% from 376); Max value from RGB is 184 - color contains mainly: blue. Hex color #823EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EB8 is #7DC147. Grayscale: #5F5F5F. Windows color (decimal): -8241480 or 12074626. OLE color: 12074626.
HSL color Cylindrical-coordinate representation of color #823EB8: hue angle of 273.44º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #823EB8 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 62 | 184 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.28 |
| HSL | 273.44º | 0.5% | 0.48% | - |
| HSV(B) | 273.44º | 0.66% | 0.72% | - |
| XYZ | 19.58 | 11.65 | 46.56 | - |
| YUV | 96.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 184 | 0.29 | 0.66 | 0 | 0.28 | 273.44 | 0.5 | 0.48 |
| Hex | 82 | 3E | B8 | 1D | 42 | 0 | 1C | 111 | 32 | 30 |
| Octal | 202 | 76 | 270 | 35 | 102 | 0 | 34 | 421 | 62 | 60 |
| Binary | 10000010 | 111110 | 10111000 | 11101 | 1000010 | 0 | 11100 | 100010001 | 110010 | 110000 |
Color Harmonies of #823EB8
Complementary color
Monochromatic Colors of #823EB8
Black with #823EB8
Text Example
Text Example
White with #823EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823EB8; }
p { color: rgb(130,62,184); }
H1.HeaderClassName
{
color: #823EB8;
}
.AnyTagClassName
{
color: #823EB8;
}
</style>
background-color css
<style>
a { background-color: #823EB8; }
a { background-color: rgb(130,62,184); }
div.DivClassName
{
background-color: #823EB8;
}
.BgClassName
{
background-color: #823EB8;
}
</style>
border-color css
<style>
span { border-color: #823EB8; }
span { border-color: rgb(130,62,184); }
td.TdClassName
{
border-color: #823EB8;
}
.TagClassName
{
border-color: #823EB8;
}
</style>