Shades of Blue Violet #9B18FE
Tints of Blue Violet #9B18FE
RGB
CMYK
RGB Variations
Color information
#9B18FE (or 0x9B18FE) is known color: Blue Violet. HEX triplet: 9B, 18 and FE. RGB value is (155,24,254). Sum of RGB (Red+Green+Blue) = 155+24+254=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B18FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B18FE is #64E701. Grayscale: #585858. Windows color (decimal): -6612738 or 16652443. OLE color: 16652443.
HSL color Cylindrical-coordinate representation of color #9B18FE: hue angle of 274.17º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B18FE is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 24 | 254 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.00 |
| HSL | 274.17º | 0.99% | 0.55% | - |
| HSV(B) | 274.17º | 0.91% | 1% | - |
| XYZ | 31.73 | 14.78 | 94.95 | - |
| YUV | 89.39 | 220.9 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 24 | 254 | 0.39 | 0.91 | 0 | 0.00 | 274.17 | 0.99 | 0.55 |
| Hex | 9B | 18 | FE | 27 | 5B | 0 | 0 | 112 | 63 | 37 |
| Octal | 233 | 30 | 376 | 47 | 133 | 0 | 0 | 422 | 143 | 67 |
| Binary | 10011011 | 11000 | 11111110 | 100111 | 1011011 | 0 | 0 | 100010010 | 1100011 | 110111 |
Color Harmonies of #9B18FE
Complementary color
Monochromatic Colors of #9B18FE
Black with #9B18FE
Text Example
Text Example
White with #9B18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B18FE; }
p { color: rgb(155,24,254); }
H1.HeaderClassName
{
color: #9B18FE;
}
.AnyTagClassName
{
color: #9B18FE;
}
</style>
background-color css
<style>
a { background-color: #9B18FE; }
a { background-color: rgb(155,24,254); }
div.DivClassName
{
background-color: #9B18FE;
}
.BgClassName
{
background-color: #9B18FE;
}
</style>
border-color css
<style>
span { border-color: #9B18FE; }
span { border-color: rgb(155,24,254); }
td.TdClassName
{
border-color: #9B18FE;
}
.TagClassName
{
border-color: #9B18FE;
}
</style>