Shades of Blue Violet #8235DF
Tints of Blue Violet #8235DF
RGB
CMYK
RGB Variations
Color information
#8235DF (or 0x8235DF) is known color: Blue Violet. HEX triplet: 82, 35 and DF. RGB value is (130,53,223). Sum of RGB (Red+Green+Blue) = 130+53+223=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #8235DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8235DF is #7DCA20. Grayscale: #5E5E5E. Windows color (decimal): -8243745 or 14628226. OLE color: 14628226.
HSL color Cylindrical-coordinate representation of color #8235DF: hue angle of 267.18º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8235DF is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 53 | 223 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.13 |
| HSL | 267.18º | 0.73% | 0.54% | - |
| HSV(B) | 267.18º | 0.76% | 0.87% | - |
| XYZ | 23.8 | 12.62 | 70.99 | - |
| YUV | 95.4 | 200.01 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 53 | 223 | 0.42 | 0.76 | 0 | 0.13 | 267.18 | 0.73 | 0.54 |
| Hex | 82 | 35 | DF | 2A | 4C | 0 | D | 10B | 49 | 36 |
| Octal | 202 | 65 | 337 | 52 | 114 | 0 | 15 | 413 | 111 | 66 |
| Binary | 10000010 | 110101 | 11011111 | 101010 | 1001100 | 0 | 1101 | 100001011 | 1001001 | 110110 |
Color Harmonies of #8235DF
Complementary color
Monochromatic Colors of #8235DF
Black with #8235DF
Text Example
Text Example
White with #8235DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8235DF; }
p { color: rgb(130,53,223); }
H1.HeaderClassName
{
color: #8235DF;
}
.AnyTagClassName
{
color: #8235DF;
}
</style>
background-color css
<style>
a { background-color: #8235DF; }
a { background-color: rgb(130,53,223); }
div.DivClassName
{
background-color: #8235DF;
}
.BgClassName
{
background-color: #8235DF;
}
</style>
border-color css
<style>
span { border-color: #8235DF; }
span { border-color: rgb(130,53,223); }
td.TdClassName
{
border-color: #8235DF;
}
.TagClassName
{
border-color: #8235DF;
}
</style>