Shades of Blue Violet #823CEB
Tints of Blue Violet #823CEB
RGB
CMYK
RGB Variations
Color information
#823CEB (or 0x823CEB) is known color: Blue Violet. HEX triplet: 82, 3C and EB. RGB value is (130,60,235). Sum of RGB (Red+Green+Blue) = 130+60+235=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 235 (92.19% from 255 or 55.29% from 425); Max value from RGB is 235 - color contains mainly: blue. Hex color #823CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823CEB is #7DC314. Grayscale: #646464. Windows color (decimal): -8241941 or 15416450. OLE color: 15416450.
HSL color Cylindrical-coordinate representation of color #823CEB: hue angle of 264º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #823CEB is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 60 | 235 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.08 |
| HSL | 264º | 0.81% | 0.58% | - |
| HSV(B) | 264º | 0.74% | 0.92% | - |
| XYZ | 25.82 | 13.98 | 79.93 | - |
| YUV | 100.88 | 203.69 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 235 | 0.45 | 0.74 | 0 | 0.08 | 264 | 0.81 | 0.58 |
| Hex | 82 | 3C | EB | 2D | 4A | 0 | 8 | 108 | 51 | 3A |
| Octal | 202 | 74 | 353 | 55 | 112 | 0 | 10 | 410 | 121 | 72 |
| Binary | 10000010 | 111100 | 11101011 | 101101 | 1001010 | 0 | 1000 | 100001000 | 1010001 | 111010 |
Color Harmonies of #823CEB
Complementary color
Monochromatic Colors of #823CEB
Black with #823CEB
Text Example
Text Example
White with #823CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CEB; }
p { color: rgb(130,60,235); }
H1.HeaderClassName
{
color: #823CEB;
}
.AnyTagClassName
{
color: #823CEB;
}
</style>
background-color css
<style>
a { background-color: #823CEB; }
a { background-color: rgb(130,60,235); }
div.DivClassName
{
background-color: #823CEB;
}
.BgClassName
{
background-color: #823CEB;
}
</style>
border-color css
<style>
span { border-color: #823CEB; }
span { border-color: rgb(130,60,235); }
td.TdClassName
{
border-color: #823CEB;
}
.TagClassName
{
border-color: #823CEB;
}
</style>