Shades of Blue Violet #8337DF
Tints of Blue Violet #8337DF
RGB
CMYK
RGB Variations
Color information
#8337DF (or 0x8337DF) is known color: Blue Violet. HEX triplet: 83, 37 and DF. RGB value is (131,55,223). Sum of RGB (Red+Green+Blue) = 131+55+223=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #8337DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8337DF is #7CC820. Grayscale: #606060. Windows color (decimal): -8177697 or 14628739. OLE color: 14628739.
HSL color Cylindrical-coordinate representation of color #8337DF: hue angle of 267.14º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8337DF is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 55 | 223 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.13 |
| HSL | 267.14º | 0.72% | 0.55% | - |
| HSV(B) | 267.14º | 0.75% | 0.87% | - |
| XYZ | 24.05 | 12.89 | 71.03 | - |
| YUV | 96.88 | 199.18 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 55 | 223 | 0.41 | 0.75 | 0 | 0.13 | 267.14 | 0.72 | 0.55 |
| Hex | 83 | 37 | DF | 29 | 4B | 0 | D | 10B | 48 | 37 |
| Octal | 203 | 67 | 337 | 51 | 113 | 0 | 15 | 413 | 110 | 67 |
| Binary | 10000011 | 110111 | 11011111 | 101001 | 1001011 | 0 | 1101 | 100001011 | 1001000 | 110111 |
Color Harmonies of #8337DF
Complementary color
Monochromatic Colors of #8337DF
Black with #8337DF
Text Example
Text Example
White with #8337DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8337DF; }
p { color: rgb(131,55,223); }
H1.HeaderClassName
{
color: #8337DF;
}
.AnyTagClassName
{
color: #8337DF;
}
</style>
background-color css
<style>
a { background-color: #8337DF; }
a { background-color: rgb(131,55,223); }
div.DivClassName
{
background-color: #8337DF;
}
.BgClassName
{
background-color: #8337DF;
}
</style>
border-color css
<style>
span { border-color: #8337DF; }
span { border-color: rgb(131,55,223); }
td.TdClassName
{
border-color: #8337DF;
}
.TagClassName
{
border-color: #8337DF;
}
</style>