Shades of Blue Violet #8236DF
Tints of Blue Violet #8236DF
RGB
CMYK
RGB Variations
Color information
#8236DF (or 0x8236DF) is known color: Blue Violet. HEX triplet: 82, 36 and DF. RGB value is (130,54,223). Sum of RGB (Red+Green+Blue) = 130+54+223=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #8236DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8236DF is #7DC920. Grayscale: #5F5F5F. Windows color (decimal): -8243489 or 14628482. OLE color: 14628482.
HSL color Cylindrical-coordinate representation of color #8236DF: hue angle of 266.98º 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 #8236DF is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 54 | 223 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.13 |
| HSL | 266.98º | 0.73% | 0.54% | - |
| HSV(B) | 266.98º | 0.76% | 0.87% | - |
| XYZ | 23.84 | 12.71 | 71.01 | - |
| YUV | 95.99 | 199.68 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 223 | 0.42 | 0.76 | 0 | 0.13 | 266.98 | 0.73 | 0.54 |
| Hex | 82 | 36 | DF | 2A | 4C | 0 | D | 10B | 49 | 36 |
| Octal | 202 | 66 | 337 | 52 | 114 | 0 | 15 | 413 | 111 | 66 |
| Binary | 10000010 | 110110 | 11011111 | 101010 | 1001100 | 0 | 1101 | 100001011 | 1001001 | 110110 |
Color Harmonies of #8236DF
Complementary color
Monochromatic Colors of #8236DF
Black with #8236DF
Text Example
Text Example
White with #8236DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8236DF; }
p { color: rgb(130,54,223); }
H1.HeaderClassName
{
color: #8236DF;
}
.AnyTagClassName
{
color: #8236DF;
}
</style>
background-color css
<style>
a { background-color: #8236DF; }
a { background-color: rgb(130,54,223); }
div.DivClassName
{
background-color: #8236DF;
}
.BgClassName
{
background-color: #8236DF;
}
</style>
border-color css
<style>
span { border-color: #8236DF; }
span { border-color: rgb(130,54,223); }
td.TdClassName
{
border-color: #8236DF;
}
.TagClassName
{
border-color: #8236DF;
}
</style>