Shades of Blue Violet #823CD5
Tints of Blue Violet #823CD5
RGB
CMYK
RGB Variations
Color information
#823CD5 (or 0x823CD5) is known color: Blue Violet. HEX triplet: 82, 3C and D5. RGB value is (130,60,213). Sum of RGB (Red+Green+Blue) = 130+60+213=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #823CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CD5 is #7DC32A. Grayscale: #616161. Windows color (decimal): -8241963 or 13974658. OLE color: 13974658.
HSL color Cylindrical-coordinate representation of color #823CD5: hue angle of 267.45º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823CD5 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 60 | 213 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.16 |
| HSL | 267.45º | 0.65% | 0.54% | - |
| HSV(B) | 267.45º | 0.72% | 0.84% | - |
| XYZ | 22.83 | 12.78 | 64.21 | - |
| YUV | 98.37 | 192.69 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 213 | 0.39 | 0.72 | 0 | 0.16 | 267.45 | 0.65 | 0.54 |
| Hex | 82 | 3C | D5 | 27 | 48 | 0 | 10 | 10B | 41 | 36 |
| Octal | 202 | 74 | 325 | 47 | 110 | 0 | 20 | 413 | 101 | 66 |
| Binary | 10000010 | 111100 | 11010101 | 100111 | 1001000 | 0 | 10000 | 100001011 | 1000001 | 110110 |
Color Harmonies of #823CD5
Complementary color
Monochromatic Colors of #823CD5
Black with #823CD5
Text Example
Text Example
White with #823CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CD5; }
p { color: rgb(130,60,213); }
H1.HeaderClassName
{
color: #823CD5;
}
.AnyTagClassName
{
color: #823CD5;
}
</style>
background-color css
<style>
a { background-color: #823CD5; }
a { background-color: rgb(130,60,213); }
div.DivClassName
{
background-color: #823CD5;
}
.BgClassName
{
background-color: #823CD5;
}
</style>
border-color css
<style>
span { border-color: #823CD5; }
span { border-color: rgb(130,60,213); }
td.TdClassName
{
border-color: #823CD5;
}
.TagClassName
{
border-color: #823CD5;
}
</style>