Shades of Blue Violet #823CFC
Tints of Blue Violet #823CFC
RGB
CMYK
RGB Variations
Color information
#823CFC (or 0x823CFC) is known color: Blue Violet. HEX triplet: 82, 3C and FC. RGB value is (130,60,252). Sum of RGB (Red+Green+Blue) = 130+60+252=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #823CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823CFC is #7DC303. Grayscale: #666666. Windows color (decimal): -8241924 or 16530562. OLE color: 16530562.
HSL color Cylindrical-coordinate representation of color #823CFC: hue angle of 261.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #823CFC is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 60 | 252 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.01 |
| HSL | 261.88º | 0.97% | 0.61% | - |
| HSV(B) | 261.88º | 0.76% | 0.99% | - |
| XYZ | 28.39 | 15.01 | 93.5 | - |
| YUV | 102.82 | 212.19 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 252 | 0.48 | 0.76 | 0 | 0.01 | 261.88 | 0.97 | 0.61 |
| Hex | 82 | 3C | FC | 30 | 4C | 0 | 1 | 106 | 61 | 3D |
| Octal | 202 | 74 | 374 | 60 | 114 | 0 | 1 | 406 | 141 | 75 |
| Binary | 10000010 | 111100 | 11111100 | 110000 | 1001100 | 0 | 1 | 100000110 | 1100001 | 111101 |
Color Harmonies of #823CFC
Complementary color
Monochromatic Colors of #823CFC
Black with #823CFC
Text Example
Text Example
White with #823CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CFC; }
p { color: rgb(130,60,252); }
H1.HeaderClassName
{
color: #823CFC;
}
.AnyTagClassName
{
color: #823CFC;
}
</style>
background-color css
<style>
a { background-color: #823CFC; }
a { background-color: rgb(130,60,252); }
div.DivClassName
{
background-color: #823CFC;
}
.BgClassName
{
background-color: #823CFC;
}
</style>
border-color css
<style>
span { border-color: #823CFC; }
span { border-color: rgb(130,60,252); }
td.TdClassName
{
border-color: #823CFC;
}
.TagClassName
{
border-color: #823CFC;
}
</style>