Shades of Blue Violet #9818FF
Tints of Blue Violet #9818FF
RGB
CMYK
RGB Variations
Color information
#9818FF (or 0x9818FF) is known color: Blue Violet. HEX triplet: 98, 18 and FF. RGB value is (152,24,255). Sum of RGB (Red+Green+Blue) = 152+24+255=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #9818FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9818FF is #67E700. Grayscale: #575757. Windows color (decimal): -6809345 or 16717976. OLE color: 16717976.
HSL color Cylindrical-coordinate representation of color #9818FF: hue angle of 273.25º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9818FF is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 24 | 255 | - |
| CMYK | 0.40 | 0.91 | 0 | 0 |
| HSL | 273.25º | 1% | 0.55% | - |
| HSV(B) | 273.25º | 0.91% | 1% | - |
| XYZ | 31.33 | 14.55 | 95.76 | - |
| YUV | 88.61 | 221.91 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 255 | 0.40 | 0.91 | 0 | 0 | 273.25 | 1 | 0.55 |
| Hex | 98 | 18 | FF | 28 | 5B | 0 | 0 | 111 | 64 | 37 |
| Octal | 230 | 30 | 377 | 50 | 133 | 0 | 0 | 421 | 144 | 67 |
| Binary | 10011000 | 11000 | 11111111 | 101000 | 1011011 | 0 | 0 | 100010001 | 1100100 | 110111 |
Color Harmonies of #9818FF
Complementary color
Monochromatic Colors of #9818FF
Black with #9818FF
Text Example
Text Example
White with #9818FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9818FF; }
p { color: rgb(152,24,255); }
H1.HeaderClassName
{
color: #9818FF;
}
.AnyTagClassName
{
color: #9818FF;
}
</style>
background-color css
<style>
a { background-color: #9818FF; }
a { background-color: rgb(152,24,255); }
div.DivClassName
{
background-color: #9818FF;
}
.BgClassName
{
background-color: #9818FF;
}
</style>
border-color css
<style>
span { border-color: #9818FF; }
span { border-color: rgb(152,24,255); }
td.TdClassName
{
border-color: #9818FF;
}
.TagClassName
{
border-color: #9818FF;
}
</style>