Shades of Blue Violet #8318DA
Tints of Blue Violet #8318DA
RGB
CMYK
RGB Variations
Color information
#8318DA (or 0x8318DA) is known color: Blue Violet. HEX triplet: 83, 18 and DA. RGB value is (131,24,218). Sum of RGB (Red+Green+Blue) = 131+24+218=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #8318DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8318DA is #7CE725. Grayscale: #4D4D4D. Windows color (decimal): -8185638 or 14293123. OLE color: 14293123.
HSL color Cylindrical-coordinate representation of color #8318DA: hue angle of 273.09º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8318DA is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 24 | 218 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.15 |
| HSL | 273.09º | 0.8% | 0.47% | - |
| HSV(B) | 273.09º | 0.89% | 0.85% | - |
| XYZ | 22.34 | 10.54 | 67.19 | - |
| YUV | 78.11 | 206.95 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 218 | 0.40 | 0.89 | 0 | 0.15 | 273.09 | 0.8 | 0.47 |
| Hex | 83 | 18 | DA | 28 | 59 | 0 | F | 111 | 50 | 2F |
| Octal | 203 | 30 | 332 | 50 | 131 | 0 | 17 | 421 | 120 | 57 |
| Binary | 10000011 | 11000 | 11011010 | 101000 | 1011001 | 0 | 1111 | 100010001 | 1010000 | 101111 |
Color Harmonies of #8318DA
Complementary color
Monochromatic Colors of #8318DA
Black with #8318DA
Text Example
Text Example
White with #8318DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8318DA; }
p { color: rgb(131,24,218); }
H1.HeaderClassName
{
color: #8318DA;
}
.AnyTagClassName
{
color: #8318DA;
}
</style>
background-color css
<style>
a { background-color: #8318DA; }
a { background-color: rgb(131,24,218); }
div.DivClassName
{
background-color: #8318DA;
}
.BgClassName
{
background-color: #8318DA;
}
</style>
border-color css
<style>
span { border-color: #8318DA; }
span { border-color: rgb(131,24,218); }
td.TdClassName
{
border-color: #8318DA;
}
.TagClassName
{
border-color: #8318DA;
}
</style>