Shades of Blue Violet #9418FA
Tints of Blue Violet #9418FA
RGB
CMYK
RGB Variations
Color information
#9418FA (or 0x9418FA) is known color: Blue Violet. HEX triplet: 94, 18 and FA. RGB value is (148,24,250). Sum of RGB (Red+Green+Blue) = 148+24+250=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #9418FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9418FA is #6BE705. Grayscale: #565656. Windows color (decimal): -7071494 or 16390292. OLE color: 16390292.
HSL color Cylindrical-coordinate representation of color #9418FA: hue angle of 272.92º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9418FA is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 24 | 250 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.02 |
| HSL | 272.92º | 0.96% | 0.54% | - |
| HSV(B) | 272.92º | 0.9% | 0.98% | - |
| XYZ | 29.79 | 13.85 | 91.55 | - |
| YUV | 86.84 | 220.08 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 250 | 0.41 | 0.90 | 0 | 0.02 | 272.92 | 0.96 | 0.54 |
| Hex | 94 | 18 | FA | 29 | 5A | 0 | 2 | 111 | 60 | 36 |
| Octal | 224 | 30 | 372 | 51 | 132 | 0 | 2 | 421 | 140 | 66 |
| Binary | 10010100 | 11000 | 11111010 | 101001 | 1011010 | 0 | 10 | 100010001 | 1100000 | 110110 |
Color Harmonies of #9418FA
Complementary color
Monochromatic Colors of #9418FA
Black with #9418FA
Text Example
Text Example
White with #9418FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9418FA; }
p { color: rgb(148,24,250); }
H1.HeaderClassName
{
color: #9418FA;
}
.AnyTagClassName
{
color: #9418FA;
}
</style>
background-color css
<style>
a { background-color: #9418FA; }
a { background-color: rgb(148,24,250); }
div.DivClassName
{
background-color: #9418FA;
}
.BgClassName
{
background-color: #9418FA;
}
</style>
border-color css
<style>
span { border-color: #9418FA; }
span { border-color: rgb(148,24,250); }
td.TdClassName
{
border-color: #9418FA;
}
.TagClassName
{
border-color: #9418FA;
}
</style>