Shades of Blue Violet #9918EB
Tints of Blue Violet #9918EB
RGB
CMYK
RGB Variations
Color information
#9918EB (or 0x9918EB) is known color: Blue Violet. HEX triplet: 99, 18 and EB. RGB value is (153,24,235). Sum of RGB (Red+Green+Blue) = 153+24+235=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #9918EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9918EB is #66E714. Grayscale: #555555. Windows color (decimal): -6743829 or 15407257. OLE color: 15407257.
HSL color Cylindrical-coordinate representation of color #9918EB: hue angle of 276.68º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9918EB is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 24 | 235 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.08 |
| HSL | 276.68º | 0.84% | 0.51% | - |
| HSV(B) | 276.68º | 0.9% | 0.92% | - |
| XYZ | 28.46 | 13.42 | 79.69 | - |
| YUV | 86.63 | 211.74 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 235 | 0.35 | 0.90 | 0 | 0.08 | 276.68 | 0.84 | 0.51 |
| Hex | 99 | 18 | EB | 23 | 5A | 0 | 8 | 115 | 54 | 33 |
| Octal | 231 | 30 | 353 | 43 | 132 | 0 | 10 | 425 | 124 | 63 |
| Binary | 10011001 | 11000 | 11101011 | 100011 | 1011010 | 0 | 1000 | 100010101 | 1010100 | 110011 |
Color Harmonies of #9918EB
Complementary color
Monochromatic Colors of #9918EB
Black with #9918EB
Text Example
Text Example
White with #9918EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918EB; }
p { color: rgb(153,24,235); }
H1.HeaderClassName
{
color: #9918EB;
}
.AnyTagClassName
{
color: #9918EB;
}
</style>
background-color css
<style>
a { background-color: #9918EB; }
a { background-color: rgb(153,24,235); }
div.DivClassName
{
background-color: #9918EB;
}
.BgClassName
{
background-color: #9918EB;
}
</style>
border-color css
<style>
span { border-color: #9918EB; }
span { border-color: rgb(153,24,235); }
td.TdClassName
{
border-color: #9918EB;
}
.TagClassName
{
border-color: #9918EB;
}
</style>