Shades of Blue Violet #9C18FE
Tints of Blue Violet #9C18FE
RGB
CMYK
RGB Variations
Color information
#9C18FE (or 0x9C18FE) is known color: Blue Violet. HEX triplet: 9C, 18 and FE. RGB value is (156,24,254). Sum of RGB (Red+Green+Blue) = 156+24+254=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C18FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C18FE is #63E701. Grayscale: #585858. Windows color (decimal): -6547202 or 16652444. OLE color: 16652444.
HSL color Cylindrical-coordinate representation of color #9C18FE: hue angle of 274.43º 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 #9C18FE is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 24 | 254 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.00 |
| HSL | 274.43º | 0.99% | 0.55% | - |
| HSV(B) | 274.43º | 0.91% | 1% | - |
| XYZ | 31.93 | 14.88 | 94.95 | - |
| YUV | 89.69 | 220.73 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 254 | 0.39 | 0.91 | 0 | 0.00 | 274.43 | 0.99 | 0.55 |
| Hex | 9C | 18 | FE | 27 | 5B | 0 | 0 | 112 | 63 | 37 |
| Octal | 234 | 30 | 376 | 47 | 133 | 0 | 0 | 422 | 143 | 67 |
| Binary | 10011100 | 11000 | 11111110 | 100111 | 1011011 | 0 | 0 | 100010010 | 1100011 | 110111 |
Color Harmonies of #9C18FE
Complementary color
Monochromatic Colors of #9C18FE
Black with #9C18FE
Text Example
Text Example
White with #9C18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C18FE; }
p { color: rgb(156,24,254); }
H1.HeaderClassName
{
color: #9C18FE;
}
.AnyTagClassName
{
color: #9C18FE;
}
</style>
background-color css
<style>
a { background-color: #9C18FE; }
a { background-color: rgb(156,24,254); }
div.DivClassName
{
background-color: #9C18FE;
}
.BgClassName
{
background-color: #9C18FE;
}
</style>
border-color css
<style>
span { border-color: #9C18FE; }
span { border-color: rgb(156,24,254); }
td.TdClassName
{
border-color: #9C18FE;
}
.TagClassName
{
border-color: #9C18FE;
}
</style>