Shades of Blue Violet #9409FE
Tints of Blue Violet #9409FE
RGB
CMYK
RGB Variations
Color information
#9409FE (or 0x9409FE) is known color: Blue Violet. HEX triplet: 94, 09 and FE. RGB value is (148,9,254). Sum of RGB (Red+Green+Blue) = 148+9+254=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #9409FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409FE is #6BF601. Grayscale: #4D4D4D. Windows color (decimal): -7075330 or 16648596. OLE color: 16648596.
HSL color Cylindrical-coordinate representation of color #9409FE: hue angle of 274.04º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409FE is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 9 | 254 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.00 |
| HSL | 274.04º | 0.99% | 0.52% | - |
| HSV(B) | 274.04º | 0.96% | 1% | - |
| XYZ | 30.2 | 13.65 | 94.81 | - |
| YUV | 78.49 | 227.05 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 254 | 0.42 | 0.96 | 0 | 0.00 | 274.04 | 0.99 | 0.52 |
| Hex | 94 | 9 | FE | 2A | 60 | 0 | 0 | 112 | 63 | 34 |
| Octal | 224 | 11 | 376 | 52 | 140 | 0 | 0 | 422 | 143 | 64 |
| Binary | 10010100 | 1001 | 11111110 | 101010 | 1100000 | 0 | 0 | 100010010 | 1100011 | 110100 |
Color Harmonies of #9409FE
Complementary color
Monochromatic Colors of #9409FE
Black with #9409FE
Text Example
Text Example
White with #9409FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9409FE; }
p { color: rgb(148,9,254); }
H1.HeaderClassName
{
color: #9409FE;
}
.AnyTagClassName
{
color: #9409FE;
}
</style>
background-color css
<style>
a { background-color: #9409FE; }
a { background-color: rgb(148,9,254); }
div.DivClassName
{
background-color: #9409FE;
}
.BgClassName
{
background-color: #9409FE;
}
</style>
border-color css
<style>
span { border-color: #9409FE; }
span { border-color: rgb(148,9,254); }
td.TdClassName
{
border-color: #9409FE;
}
.TagClassName
{
border-color: #9409FE;
}
</style>