Shades of Blue Violet #8318D8
Tints of Blue Violet #8318D8
RGB
CMYK
RGB Variations
Color information
#8318D8 (or 0x8318D8) is known color: Blue Violet. HEX triplet: 83, 18 and D8. RGB value is (131,24,216). Sum of RGB (Red+Green+Blue) = 131+24+216=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 216 (84.77% from 255 or 58.22% from 371); Max value from RGB is 216 - color contains mainly: blue. Hex color #8318D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8318D8 is #7CE727. Grayscale: #4D4D4D. Windows color (decimal): -8185640 or 14162051. OLE color: 14162051.
HSL color Cylindrical-coordinate representation of color #8318D8: hue angle of 273.44º 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 #8318D8 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 24 | 216 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.15 |
| HSL | 273.44º | 0.8% | 0.47% | - |
| HSV(B) | 273.44º | 0.89% | 0.85% | - |
| XYZ | 22.08 | 10.44 | 65.82 | - |
| YUV | 77.88 | 205.95 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 24 | 216 | 0.39 | 0.89 | 0 | 0.15 | 273.44 | 0.8 | 0.47 |
| Hex | 83 | 18 | D8 | 27 | 59 | 0 | F | 111 | 50 | 2F |
| Octal | 203 | 30 | 330 | 47 | 131 | 0 | 17 | 421 | 120 | 57 |
| Binary | 10000011 | 11000 | 11011000 | 100111 | 1011001 | 0 | 1111 | 100010001 | 1010000 | 101111 |
Color Harmonies of #8318D8
Complementary color
Monochromatic Colors of #8318D8
Black with #8318D8
Text Example
Text Example
White with #8318D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8318D8; }
p { color: rgb(131,24,216); }
H1.HeaderClassName
{
color: #8318D8;
}
.AnyTagClassName
{
color: #8318D8;
}
</style>
background-color css
<style>
a { background-color: #8318D8; }
a { background-color: rgb(131,24,216); }
div.DivClassName
{
background-color: #8318D8;
}
.BgClassName
{
background-color: #8318D8;
}
</style>
border-color css
<style>
span { border-color: #8318D8; }
span { border-color: rgb(131,24,216); }
td.TdClassName
{
border-color: #8318D8;
}
.TagClassName
{
border-color: #8318D8;
}
</style>