Shades of Dark Violet #9401F3
Tints of Dark Violet #9401F3
RGB
CMYK
RGB Variations
Color information
#9401F3 (or 0x9401F3) is known color: Dark Violet. HEX triplet: 94, 01 and F3. RGB value is (148,1,243). Sum of RGB (Red+Green+Blue) = 148+1+243=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 243 (95.31% from 255 or 61.99% from 392); Max value from RGB is 243 - color contains mainly: blue. Hex color #9401F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9401F3 is #6BFE0C. Grayscale: #474747. Windows color (decimal): -7077389 or 15925652. OLE color: 15925652.
HSL color Cylindrical-coordinate representation of color #9401F3: hue angle of 276.45º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9401F3 is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 1 | 243 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.05 |
| HSL | 276.45º | 0.99% | 0.48% | - |
| HSV(B) | 276.45º | 1% | 0.95% | - |
| XYZ | 28.4 | 12.79 | 85.77 | - |
| YUV | 72.54 | 224.2 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 243 | 0.39 | 1.00 | 0 | 0.05 | 276.45 | 0.99 | 0.48 |
| Hex | 94 | 1 | F3 | 27 | 64 | 0 | 5 | 114 | 63 | 30 |
| Octal | 224 | 1 | 363 | 47 | 144 | 0 | 5 | 424 | 143 | 60 |
| Binary | 10010100 | 1 | 11110011 | 100111 | 1100100 | 0 | 101 | 100010100 | 1100011 | 110000 |
Color Harmonies of #9401F3
Complementary color
Monochromatic Colors of #9401F3
Black with #9401F3
Text Example
Text Example
White with #9401F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9401F3; }
p { color: rgb(148,1,243); }
H1.HeaderClassName
{
color: #9401F3;
}
.AnyTagClassName
{
color: #9401F3;
}
</style>
background-color css
<style>
a { background-color: #9401F3; }
a { background-color: rgb(148,1,243); }
div.DivClassName
{
background-color: #9401F3;
}
.BgClassName
{
background-color: #9401F3;
}
</style>
border-color css
<style>
span { border-color: #9401F3; }
span { border-color: rgb(148,1,243); }
td.TdClassName
{
border-color: #9401F3;
}
.TagClassName
{
border-color: #9401F3;
}
</style>