Shades of Blue Violet #9C18FD
Tints of Blue Violet #9C18FD
RGB
CMYK
RGB Variations
Color information
#9C18FD (or 0x9C18FD) is known color: Blue Violet. HEX triplet: 9C, 18 and FD. RGB value is (156,24,253). Sum of RGB (Red+Green+Blue) = 156+24+253=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C18FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C18FD is #63E702. Grayscale: #585858. Windows color (decimal): -6547203 or 16586908. OLE color: 16586908.
HSL color Cylindrical-coordinate representation of color #9C18FD: hue angle of 274.59º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9C18FD is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 24 | 253 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.01 |
| HSL | 274.59º | 0.98% | 0.54% | - |
| HSV(B) | 274.59º | 0.91% | 0.99% | - |
| XYZ | 31.77 | 14.81 | 94.11 | - |
| YUV | 89.57 | 220.23 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 24 | 253 | 0.38 | 0.91 | 0 | 0.01 | 274.59 | 0.98 | 0.54 |
| Hex | 9C | 18 | FD | 26 | 5B | 0 | 1 | 113 | 62 | 36 |
| Octal | 234 | 30 | 375 | 46 | 133 | 0 | 1 | 423 | 142 | 66 |
| Binary | 10011100 | 11000 | 11111101 | 100110 | 1011011 | 0 | 1 | 100010011 | 1100010 | 110110 |
Color Harmonies of #9C18FD
Complementary color
Monochromatic Colors of #9C18FD
Black with #9C18FD
Text Example
Text Example
White with #9C18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C18FD; }
p { color: rgb(156,24,253); }
H1.HeaderClassName
{
color: #9C18FD;
}
.AnyTagClassName
{
color: #9C18FD;
}
</style>
background-color css
<style>
a { background-color: #9C18FD; }
a { background-color: rgb(156,24,253); }
div.DivClassName
{
background-color: #9C18FD;
}
.BgClassName
{
background-color: #9C18FD;
}
</style>
border-color css
<style>
span { border-color: #9C18FD; }
span { border-color: rgb(156,24,253); }
td.TdClassName
{
border-color: #9C18FD;
}
.TagClassName
{
border-color: #9C18FD;
}
</style>