Shades of Blue Violet #823FDE
Tints of Blue Violet #823FDE
RGB
CMYK
RGB Variations
Color information
#823FDE (or 0x823FDE) is known color: Blue Violet. HEX triplet: 82, 3F and DE. RGB value is (130,63,222). Sum of RGB (Red+Green+Blue) = 130+63+222=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #823FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FDE is #7DC021. Grayscale: #646464. Windows color (decimal): -8241186 or 14565250. OLE color: 14565250.
HSL color Cylindrical-coordinate representation of color #823FDE: hue angle of 265.28º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823FDE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 63 | 222 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.13 |
| HSL | 265.28º | 0.71% | 0.56% | - |
| HSV(B) | 265.28º | 0.72% | 0.87% | - |
| XYZ | 24.17 | 13.57 | 70.45 | - |
| YUV | 101.16 | 196.2 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 63 | 222 | 0.41 | 0.72 | 0 | 0.13 | 265.28 | 0.71 | 0.56 |
| Hex | 82 | 3F | DE | 29 | 48 | 0 | D | 109 | 47 | 38 |
| Octal | 202 | 77 | 336 | 51 | 110 | 0 | 15 | 411 | 107 | 70 |
| Binary | 10000010 | 111111 | 11011110 | 101001 | 1001000 | 0 | 1101 | 100001001 | 1000111 | 111000 |
Color Harmonies of #823FDE
Complementary color
Monochromatic Colors of #823FDE
Black with #823FDE
Text Example
Text Example
White with #823FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823FDE; }
p { color: rgb(130,63,222); }
H1.HeaderClassName
{
color: #823FDE;
}
.AnyTagClassName
{
color: #823FDE;
}
</style>
background-color css
<style>
a { background-color: #823FDE; }
a { background-color: rgb(130,63,222); }
div.DivClassName
{
background-color: #823FDE;
}
.BgClassName
{
background-color: #823FDE;
}
</style>
border-color css
<style>
span { border-color: #823FDE; }
span { border-color: rgb(130,63,222); }
td.TdClassName
{
border-color: #823FDE;
}
.TagClassName
{
border-color: #823FDE;
}
</style>