Shades of Blue Violet #823ACC
Tints of Blue Violet #823ACC
RGB
CMYK
RGB Variations
Color information
#823ACC (or 0x823ACC) is known color: Blue Violet. HEX triplet: 82, 3A and CC. RGB value is (130,58,204). Sum of RGB (Red+Green+Blue) = 130+58+204=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #823ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823ACC is #7DC533. Grayscale: #5F5F5F. Windows color (decimal): -8242484 or 13384322. OLE color: 13384322.
HSL color Cylindrical-coordinate representation of color #823ACC: hue angle of 269.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823ACC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 58 | 204 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.2 |
| HSL | 269.59º | 0.59% | 0.51% | - |
| HSV(B) | 269.59º | 0.72% | 0.8% | - |
| XYZ | 21.62 | 12.13 | 58.33 | - |
| YUV | 96.17 | 188.85 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 204 | 0.36 | 0.72 | 0 | 0.2 | 269.59 | 0.59 | 0.51 |
| Hex | 82 | 3A | CC | 24 | 48 | 0 | 14 | 10E | 3B | 33 |
| Octal | 202 | 72 | 314 | 44 | 110 | 0 | 24 | 416 | 73 | 63 |
| Binary | 10000010 | 111010 | 11001100 | 100100 | 1001000 | 0 | 10100 | 100001110 | 111011 | 110011 |
Color Harmonies of #823ACC
Complementary color
Monochromatic Colors of #823ACC
Black with #823ACC
Text Example
Text Example
White with #823ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823ACC; }
p { color: rgb(130,58,204); }
H1.HeaderClassName
{
color: #823ACC;
}
.AnyTagClassName
{
color: #823ACC;
}
</style>
background-color css
<style>
a { background-color: #823ACC; }
a { background-color: rgb(130,58,204); }
div.DivClassName
{
background-color: #823ACC;
}
.BgClassName
{
background-color: #823ACC;
}
</style>
border-color css
<style>
span { border-color: #823ACC; }
span { border-color: rgb(130,58,204); }
td.TdClassName
{
border-color: #823ACC;
}
.TagClassName
{
border-color: #823ACC;
}
</style>