Shades of Blue Violet #9D18EF
Tints of Blue Violet #9D18EF
RGB
CMYK
RGB Variations
Color information
#9D18EF (or 0x9D18EF) is known color: Blue Violet. HEX triplet: 9D, 18 and EF. RGB value is (157,24,239). Sum of RGB (Red+Green+Blue) = 157+24+239=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D18EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D18EF is #62E710. Grayscale: #575757. Windows color (decimal): -6481681 or 15669405. OLE color: 15669405.
HSL color Cylindrical-coordinate representation of color #9D18EF: hue angle of 277.12º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D18EF is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 24 | 239 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.06 |
| HSL | 277.12º | 0.87% | 0.52% | - |
| HSV(B) | 277.12º | 0.9% | 0.94% | - |
| XYZ | 29.81 | 14.05 | 82.8 | - |
| YUV | 88.28 | 213.06 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 239 | 0.34 | 0.90 | 0 | 0.06 | 277.12 | 0.87 | 0.52 |
| Hex | 9D | 18 | EF | 22 | 5A | 0 | 6 | 115 | 57 | 34 |
| Octal | 235 | 30 | 357 | 42 | 132 | 0 | 6 | 425 | 127 | 64 |
| Binary | 10011101 | 11000 | 11101111 | 100010 | 1011010 | 0 | 110 | 100010101 | 1010111 | 110100 |
Color Harmonies of #9D18EF
Complementary color
Monochromatic Colors of #9D18EF
Black with #9D18EF
Text Example
Text Example
White with #9D18EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D18EF; }
p { color: rgb(157,24,239); }
H1.HeaderClassName
{
color: #9D18EF;
}
.AnyTagClassName
{
color: #9D18EF;
}
</style>
background-color css
<style>
a { background-color: #9D18EF; }
a { background-color: rgb(157,24,239); }
div.DivClassName
{
background-color: #9D18EF;
}
.BgClassName
{
background-color: #9D18EF;
}
</style>
border-color css
<style>
span { border-color: #9D18EF; }
span { border-color: rgb(157,24,239); }
td.TdClassName
{
border-color: #9D18EF;
}
.TagClassName
{
border-color: #9D18EF;
}
</style>