Shades of Dark Violet #9408DF
Tints of Dark Violet #9408DF
RGB
CMYK
RGB Variations
Color information
#9408DF (or 0x9408DF) is known color: Dark Violet. HEX triplet: 94, 08 and DF. RGB value is (148,8,223). Sum of RGB (Red+Green+Blue) = 148+8+223=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #9408DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9408DF is #6BF720. Grayscale: #494949. Windows color (decimal): -7075617 or 14616724. OLE color: 14616724.
HSL color Cylindrical-coordinate representation of color #9408DF: hue angle of 279.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9408DF is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 8 | 223 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.13 |
| HSL | 279.07º | 0.93% | 0.45% | - |
| HSV(B) | 279.07º | 0.96% | 0.87% | - |
| XYZ | 25.62 | 11.8 | 70.74 | - |
| YUV | 74.37 | 211.88 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 8 | 223 | 0.34 | 0.96 | 0 | 0.13 | 279.07 | 0.93 | 0.45 |
| Hex | 94 | 8 | DF | 22 | 60 | 0 | D | 117 | 5D | 2D |
| Octal | 224 | 10 | 337 | 42 | 140 | 0 | 15 | 427 | 135 | 55 |
| Binary | 10010100 | 1000 | 11011111 | 100010 | 1100000 | 0 | 1101 | 100010111 | 1011101 | 101101 |
Color Harmonies of #9408DF
Complementary color
Monochromatic Colors of #9408DF
Black with #9408DF
Text Example
Text Example
White with #9408DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9408DF; }
p { color: rgb(148,8,223); }
H1.HeaderClassName
{
color: #9408DF;
}
.AnyTagClassName
{
color: #9408DF;
}
</style>
background-color css
<style>
a { background-color: #9408DF; }
a { background-color: rgb(148,8,223); }
div.DivClassName
{
background-color: #9408DF;
}
.BgClassName
{
background-color: #9408DF;
}
</style>
border-color css
<style>
span { border-color: #9408DF; }
span { border-color: rgb(148,8,223); }
td.TdClassName
{
border-color: #9408DF;
}
.TagClassName
{
border-color: #9408DF;
}
</style>