Shades of Studio #823EA8
Tints of Studio #823EA8
RGB
CMYK
RGB Variations
Color information
#823EA8 (or 0x823EA8) is known color: Studio. HEX triplet: 82, 3E and A8. RGB value is (130,62,168). Sum of RGB (Red+Green+Blue) = 130+62+168=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 168 (66.02% from 255 or 46.67% from 360); Max value from RGB is 168 - color contains mainly: blue. Hex color #823EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823EA8 is #7DC157. Grayscale: #5E5E5E. Windows color (decimal): -8241496 or 11026050. OLE color: 11026050.
HSL color Cylindrical-coordinate representation of color #823EA8: hue angle of 278.49º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823EA8 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 62 | 168 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.34 |
| HSL | 278.49º | 0.46% | 0.45% | - |
| HSV(B) | 278.49º | 0.63% | 0.66% | - |
| XYZ | 18 | 11.02 | 38.22 | - |
| YUV | 94.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 168 | 0.23 | 0.63 | 0 | 0.34 | 278.49 | 0.46 | 0.45 |
| Hex | 82 | 3E | A8 | 17 | 3F | 0 | 22 | 116 | 2E | 2D |
| Octal | 202 | 76 | 250 | 27 | 77 | 0 | 42 | 426 | 56 | 55 |
| Binary | 10000010 | 111110 | 10101000 | 10111 | 111111 | 0 | 100010 | 100010110 | 101110 | 101101 |
Color Harmonies of #823EA8
Complementary color
Monochromatic Colors of #823EA8
Black with #823EA8
Text Example
Text Example
White with #823EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823EA8; }
p { color: rgb(130,62,168); }
H1.HeaderClassName
{
color: #823EA8;
}
.AnyTagClassName
{
color: #823EA8;
}
</style>
background-color css
<style>
a { background-color: #823EA8; }
a { background-color: rgb(130,62,168); }
div.DivClassName
{
background-color: #823EA8;
}
.BgClassName
{
background-color: #823EA8;
}
</style>
border-color css
<style>
span { border-color: #823EA8; }
span { border-color: rgb(130,62,168); }
td.TdClassName
{
border-color: #823EA8;
}
.TagClassName
{
border-color: #823EA8;
}
</style>