Shades of Blue Violet #9918DF
Tints of Blue Violet #9918DF
RGB
CMYK
RGB Variations
Color information
#9918DF (or 0x9918DF) is known color: Blue Violet. HEX triplet: 99, 18 and DF. RGB value is (153,24,223). Sum of RGB (Red+Green+Blue) = 153+24+223=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #9918DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918DF is #66E720. Grayscale: #545454. Windows color (decimal): -6743841 or 14620825. OLE color: 14620825.
HSL color Cylindrical-coordinate representation of color #9918DF: hue angle of 278.89º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9918DF is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 24 | 223 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.13 |
| HSL | 278.89º | 0.81% | 0.48% | - |
| HSV(B) | 278.89º | 0.89% | 0.87% | - |
| XYZ | 26.78 | 12.75 | 70.86 | - |
| YUV | 85.26 | 205.74 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 223 | 0.31 | 0.89 | 0 | 0.13 | 278.89 | 0.81 | 0.48 |
| Hex | 99 | 18 | DF | 1F | 59 | 0 | D | 117 | 51 | 30 |
| Octal | 231 | 30 | 337 | 37 | 131 | 0 | 15 | 427 | 121 | 60 |
| Binary | 10011001 | 11000 | 11011111 | 11111 | 1011001 | 0 | 1101 | 100010111 | 1010001 | 110000 |
Color Harmonies of #9918DF
Complementary color
Monochromatic Colors of #9918DF
Black with #9918DF
Text Example
Text Example
White with #9918DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918DF; }
p { color: rgb(153,24,223); }
H1.HeaderClassName
{
color: #9918DF;
}
.AnyTagClassName
{
color: #9918DF;
}
</style>
background-color css
<style>
a { background-color: #9918DF; }
a { background-color: rgb(153,24,223); }
div.DivClassName
{
background-color: #9918DF;
}
.BgClassName
{
background-color: #9918DF;
}
</style>
border-color css
<style>
span { border-color: #9918DF; }
span { border-color: rgb(153,24,223); }
td.TdClassName
{
border-color: #9918DF;
}
.TagClassName
{
border-color: #9918DF;
}
</style>