Shades of Blue Violet #9D18FE
Tints of Blue Violet #9D18FE
RGB
CMYK
RGB Variations
Color information
#9D18FE (or 0x9D18FE) is known color: Blue Violet. HEX triplet: 9D, 18 and FE. RGB value is (157,24,254). Sum of RGB (Red+Green+Blue) = 157+24+254=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D18FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D18FE is #62E701. Grayscale: #595959. Windows color (decimal): -6481666 or 16652445. OLE color: 16652445.
HSL color Cylindrical-coordinate representation of color #9D18FE: hue angle of 274.7º 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 #9D18FE is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 24 | 254 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.00 |
| HSL | 274.7º | 0.99% | 0.55% | - |
| HSV(B) | 274.7º | 0.91% | 1% | - |
| XYZ | 32.12 | 14.98 | 94.96 | - |
| YUV | 89.99 | 220.56 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 254 | 0.38 | 0.91 | 0 | 0.00 | 274.7 | 0.99 | 0.55 |
| Hex | 9D | 18 | FE | 26 | 5B | 0 | 0 | 113 | 63 | 37 |
| Octal | 235 | 30 | 376 | 46 | 133 | 0 | 0 | 423 | 143 | 67 |
| Binary | 10011101 | 11000 | 11111110 | 100110 | 1011011 | 0 | 0 | 100010011 | 1100011 | 110111 |
Color Harmonies of #9D18FE
Complementary color
Monochromatic Colors of #9D18FE
Black with #9D18FE
Text Example
Text Example
White with #9D18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D18FE; }
p { color: rgb(157,24,254); }
H1.HeaderClassName
{
color: #9D18FE;
}
.AnyTagClassName
{
color: #9D18FE;
}
</style>
background-color css
<style>
a { background-color: #9D18FE; }
a { background-color: rgb(157,24,254); }
div.DivClassName
{
background-color: #9D18FE;
}
.BgClassName
{
background-color: #9D18FE;
}
</style>
border-color css
<style>
span { border-color: #9D18FE; }
span { border-color: rgb(157,24,254); }
td.TdClassName
{
border-color: #9D18FE;
}
.TagClassName
{
border-color: #9D18FE;
}
</style>