Shades of Dark Violet #9409F8
Tints of Dark Violet #9409F8
RGB
CMYK
RGB Variations
Color information
#9409F8 (or 0x9409F8) is known color: Dark Violet. HEX triplet: 94, 09 and F8. RGB value is (148,9,248). Sum of RGB (Red+Green+Blue) = 148+9+248=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 248 (97.27% from 255 or 61.23% from 405); Max value from RGB is 248 - color contains mainly: blue. Hex color #9409F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9409F8 is #6BF607. Grayscale: #4C4C4C. Windows color (decimal): -7075336 or 16255380. OLE color: 16255380.
HSL color Cylindrical-coordinate representation of color #9409F8: hue angle of 274.9º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9409F8 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 9 | 248 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.03 |
| HSL | 274.9º | 0.94% | 0.5% | - |
| HSV(B) | 274.9º | 0.96% | 0.97% | - |
| XYZ | 29.25 | 13.27 | 89.83 | - |
| YUV | 77.81 | 224.05 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 248 | 0.40 | 0.96 | 0 | 0.03 | 274.9 | 0.94 | 0.5 |
| Hex | 94 | 9 | F8 | 28 | 60 | 0 | 3 | 113 | 5E | 32 |
| Octal | 224 | 11 | 370 | 50 | 140 | 0 | 3 | 423 | 136 | 62 |
| Binary | 10010100 | 1001 | 11111000 | 101000 | 1100000 | 0 | 11 | 100010011 | 1011110 | 110010 |
Color Harmonies of #9409F8
Complementary color
Monochromatic Colors of #9409F8
Black with #9409F8
Text Example
Text Example
White with #9409F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9409F8; }
p { color: rgb(148,9,248); }
H1.HeaderClassName
{
color: #9409F8;
}
.AnyTagClassName
{
color: #9409F8;
}
</style>
background-color css
<style>
a { background-color: #9409F8; }
a { background-color: rgb(148,9,248); }
div.DivClassName
{
background-color: #9409F8;
}
.BgClassName
{
background-color: #9409F8;
}
</style>
border-color css
<style>
span { border-color: #9409F8; }
span { border-color: rgb(148,9,248); }
td.TdClassName
{
border-color: #9409F8;
}
.TagClassName
{
border-color: #9409F8;
}
</style>