Shades of Blue Violet #8331DA
Tints of Blue Violet #8331DA
RGB
CMYK
RGB Variations
Color information
#8331DA (or 0x8331DA) is known color: Blue Violet. HEX triplet: 83, 31 and DA. RGB value is (131,49,218). Sum of RGB (Red+Green+Blue) = 131+49+218=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #8331DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8331DA is #7CCE25. Grayscale: #5C5C5C. Windows color (decimal): -8179238 or 14299523. OLE color: 14299523.
HSL color Cylindrical-coordinate representation of color #8331DA: hue angle of 269.11º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8331DA is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 49 | 218 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.15 |
| HSL | 269.11º | 0.7% | 0.52% | - |
| HSV(B) | 269.11º | 0.78% | 0.85% | - |
| XYZ | 23.11 | 12.08 | 67.44 | - |
| YUV | 92.78 | 198.67 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 49 | 218 | 0.40 | 0.78 | 0 | 0.15 | 269.11 | 0.7 | 0.52 |
| Hex | 83 | 31 | DA | 28 | 4E | 0 | F | 10D | 46 | 34 |
| Octal | 203 | 61 | 332 | 50 | 116 | 0 | 17 | 415 | 106 | 64 |
| Binary | 10000011 | 110001 | 11011010 | 101000 | 1001110 | 0 | 1111 | 100001101 | 1000110 | 110100 |
Color Harmonies of #8331DA
Complementary color
Monochromatic Colors of #8331DA
Black with #8331DA
Text Example
Text Example
White with #8331DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8331DA; }
p { color: rgb(131,49,218); }
H1.HeaderClassName
{
color: #8331DA;
}
.AnyTagClassName
{
color: #8331DA;
}
</style>
background-color css
<style>
a { background-color: #8331DA; }
a { background-color: rgb(131,49,218); }
div.DivClassName
{
background-color: #8331DA;
}
.BgClassName
{
background-color: #8331DA;
}
</style>
border-color css
<style>
span { border-color: #8331DA; }
span { border-color: rgb(131,49,218); }
td.TdClassName
{
border-color: #8331DA;
}
.TagClassName
{
border-color: #8331DA;
}
</style>