Shades of Blue Violet #823CCE
Tints of Blue Violet #823CCE
RGB
CMYK
RGB Variations
Color information
#823CCE (or 0x823CCE) is known color: Blue Violet. HEX triplet: 82, 3C and CE. RGB value is (130,60,206). Sum of RGB (Red+Green+Blue) = 130+60+206=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #823CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CCE is #7DC331. Grayscale: #616161. Windows color (decimal): -8241970 or 13515906. OLE color: 13515906.
HSL color Cylindrical-coordinate representation of color #823CCE: hue angle of 268.77º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #823CCE is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 60 | 206 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.19 |
| HSL | 268.77º | 0.6% | 0.52% | - |
| HSV(B) | 268.77º | 0.71% | 0.81% | - |
| XYZ | 21.96 | 12.43 | 59.63 | - |
| YUV | 97.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 206 | 0.37 | 0.71 | 0 | 0.19 | 268.77 | 0.6 | 0.52 |
| Hex | 82 | 3C | CE | 25 | 47 | 0 | 13 | 10D | 3C | 34 |
| Octal | 202 | 74 | 316 | 45 | 107 | 0 | 23 | 415 | 74 | 64 |
| Binary | 10000010 | 111100 | 11001110 | 100101 | 1000111 | 0 | 10011 | 100001101 | 111100 | 110100 |
Color Harmonies of #823CCE
Complementary color
Monochromatic Colors of #823CCE
Black with #823CCE
Text Example
Text Example
White with #823CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CCE; }
p { color: rgb(130,60,206); }
H1.HeaderClassName
{
color: #823CCE;
}
.AnyTagClassName
{
color: #823CCE;
}
</style>
background-color css
<style>
a { background-color: #823CCE; }
a { background-color: rgb(130,60,206); }
div.DivClassName
{
background-color: #823CCE;
}
.BgClassName
{
background-color: #823CCE;
}
</style>
border-color css
<style>
span { border-color: #823CCE; }
span { border-color: rgb(130,60,206); }
td.TdClassName
{
border-color: #823CCE;
}
.TagClassName
{
border-color: #823CCE;
}
</style>