Shades of Blue Violet #9409FF
Tints of Blue Violet #9409FF
RGB
CMYK
RGB Variations
Color information
#9409FF (or 0x9409FF) is known color: Blue Violet. HEX triplet: 94, 09 and FF. RGB value is (148,9,255). Sum of RGB (Red+Green+Blue) = 148+9+255=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #9409FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409FF is #6BF600. Grayscale: #4D4D4D. Windows color (decimal): -7075329 or 16714132. OLE color: 16714132.
HSL color Cylindrical-coordinate representation of color #9409FF: hue angle of 273.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409FF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 9 | 255 | - |
| CMYK | 0.42 | 0.96 | 0 | 0 |
| HSL | 273.9º | 1% | 0.52% | - |
| HSV(B) | 273.9º | 0.96% | 1% | - |
| XYZ | 30.36 | 13.71 | 95.65 | - |
| YUV | 78.61 | 227.55 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 255 | 0.42 | 0.96 | 0 | 0 | 273.9 | 1 | 0.52 |
| Hex | 94 | 9 | FF | 2A | 60 | 0 | 0 | 112 | 64 | 34 |
| Octal | 224 | 11 | 377 | 52 | 140 | 0 | 0 | 422 | 144 | 64 |
| Binary | 10010100 | 1001 | 11111111 | 101010 | 1100000 | 0 | 0 | 100010010 | 1100100 | 110100 |
Color Harmonies of #9409FF
Complementary color
Monochromatic Colors of #9409FF
Black with #9409FF
Text Example
Text Example
White with #9409FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9409FF; }
p { color: rgb(148,9,255); }
H1.HeaderClassName
{
color: #9409FF;
}
.AnyTagClassName
{
color: #9409FF;
}
</style>
background-color css
<style>
a { background-color: #9409FF; }
a { background-color: rgb(148,9,255); }
div.DivClassName
{
background-color: #9409FF;
}
.BgClassName
{
background-color: #9409FF;
}
</style>
border-color css
<style>
span { border-color: #9409FF; }
span { border-color: rgb(148,9,255); }
td.TdClassName
{
border-color: #9409FF;
}
.TagClassName
{
border-color: #9409FF;
}
</style>