Shades of Dark Violet #9418D4
Tints of Dark Violet #9418D4
RGB
CMYK
RGB Variations
Color information
#9418D4 (or 0x9418D4) is known color: Dark Violet. HEX triplet: 94, 18 and D4. RGB value is (148,24,212). Sum of RGB (Red+Green+Blue) = 148+24+212=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 212 (83.20% from 255 or 55.21% from 384); Max value from RGB is 212 - color contains mainly: blue. Hex color #9418D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9418D4 is #6BE72B. Grayscale: #515151. Windows color (decimal): -7071532 or 13899924. OLE color: 13899924.
HSL color Cylindrical-coordinate representation of color #9418D4: hue angle of 279.57º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9418D4 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 24 | 212 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.17 |
| HSL | 279.57º | 0.8% | 0.46% | - |
| HSV(B) | 279.57º | 0.89% | 0.83% | - |
| XYZ | 24.42 | 11.7 | 63.26 | - |
| YUV | 82.51 | 201.08 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 212 | 0.30 | 0.89 | 0 | 0.17 | 279.57 | 0.8 | 0.46 |
| Hex | 94 | 18 | D4 | 1E | 59 | 0 | 11 | 118 | 50 | 2E |
| Octal | 224 | 30 | 324 | 36 | 131 | 0 | 21 | 430 | 120 | 56 |
| Binary | 10010100 | 11000 | 11010100 | 11110 | 1011001 | 0 | 10001 | 100011000 | 1010000 | 101110 |
Color Harmonies of #9418D4
Complementary color
Monochromatic Colors of #9418D4
Black with #9418D4
Text Example
Text Example
White with #9418D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9418D4; }
p { color: rgb(148,24,212); }
H1.HeaderClassName
{
color: #9418D4;
}
.AnyTagClassName
{
color: #9418D4;
}
</style>
background-color css
<style>
a { background-color: #9418D4; }
a { background-color: rgb(148,24,212); }
div.DivClassName
{
background-color: #9418D4;
}
.BgClassName
{
background-color: #9418D4;
}
</style>
border-color css
<style>
span { border-color: #9418D4; }
span { border-color: rgb(148,24,212); }
td.TdClassName
{
border-color: #9418D4;
}
.TagClassName
{
border-color: #9418D4;
}
</style>