Shades of Blue Violet #9419FF
Tints of Blue Violet #9419FF
RGB
CMYK
RGB Variations
Color information
#9419FF (or 0x9419FF) is known color: Blue Violet. HEX triplet: 94, 19 and FF. RGB value is (148,25,255). Sum of RGB (Red+Green+Blue) = 148+25+255=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #9419FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9419FF is #6BE600. Grayscale: #575757. Windows color (decimal): -7071233 or 16718228. OLE color: 16718228.
HSL color Cylindrical-coordinate representation of color #9419FF: hue angle of 272.09º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9419FF is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 25 | 255 | - |
| CMYK | 0.42 | 0.90 | 0 | 0 |
| HSL | 272.09º | 1% | 0.55% | - |
| HSV(B) | 272.09º | 0.9% | 1% | - |
| XYZ | 30.61 | 14.21 | 95.74 | - |
| YUV | 88 | 222.25 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 25 | 255 | 0.42 | 0.90 | 0 | 0 | 272.09 | 1 | 0.55 |
| Hex | 94 | 19 | FF | 2A | 5A | 0 | 0 | 110 | 64 | 37 |
| Octal | 224 | 31 | 377 | 52 | 132 | 0 | 0 | 420 | 144 | 67 |
| Binary | 10010100 | 11001 | 11111111 | 101010 | 1011010 | 0 | 0 | 100010000 | 1100100 | 110111 |
Color Harmonies of #9419FF
Complementary color
Monochromatic Colors of #9419FF
Black with #9419FF
Text Example
Text Example
White with #9419FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9419FF; }
p { color: rgb(148,25,255); }
H1.HeaderClassName
{
color: #9419FF;
}
.AnyTagClassName
{
color: #9419FF;
}
</style>
background-color css
<style>
a { background-color: #9419FF; }
a { background-color: rgb(148,25,255); }
div.DivClassName
{
background-color: #9419FF;
}
.BgClassName
{
background-color: #9419FF;
}
</style>
border-color css
<style>
span { border-color: #9419FF; }
span { border-color: rgb(148,25,255); }
td.TdClassName
{
border-color: #9419FF;
}
.TagClassName
{
border-color: #9419FF;
}
</style>