Shades of Dark Violet #9418D1
Tints of Dark Violet #9418D1
RGB
CMYK
RGB Variations
Color information
#9418D1 (or 0x9418D1) is known color: Dark Violet. HEX triplet: 94, 18 and D1. RGB value is (148,24,209). Sum of RGB (Red+Green+Blue) = 148+24+209=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #9418D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9418D1 is #6BE72E. Grayscale: #515151. Windows color (decimal): -7071535 or 13703316. OLE color: 13703316.
HSL color Cylindrical-coordinate representation of color #9418D1: hue angle of 280.22º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9418D1 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 24 | 209 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.18 |
| HSL | 280.22º | 0.79% | 0.46% | - |
| HSV(B) | 280.22º | 0.89% | 0.82% | - |
| XYZ | 24.05 | 11.55 | 61.28 | - |
| YUV | 82.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 24 | 209 | 0.29 | 0.89 | 0 | 0.18 | 280.22 | 0.79 | 0.46 |
| Hex | 94 | 18 | D1 | 1D | 59 | 0 | 12 | 118 | 4F | 2E |
| Octal | 224 | 30 | 321 | 35 | 131 | 0 | 22 | 430 | 117 | 56 |
| Binary | 10010100 | 11000 | 11010001 | 11101 | 1011001 | 0 | 10010 | 100011000 | 1001111 | 101110 |
Color Harmonies of #9418D1
Complementary color
Monochromatic Colors of #9418D1
Black with #9418D1
Text Example
Text Example
White with #9418D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9418D1; }
p { color: rgb(148,24,209); }
H1.HeaderClassName
{
color: #9418D1;
}
.AnyTagClassName
{
color: #9418D1;
}
</style>
background-color css
<style>
a { background-color: #9418D1; }
a { background-color: rgb(148,24,209); }
div.DivClassName
{
background-color: #9418D1;
}
.BgClassName
{
background-color: #9418D1;
}
</style>
border-color css
<style>
span { border-color: #9418D1; }
span { border-color: rgb(148,24,209); }
td.TdClassName
{
border-color: #9418D1;
}
.TagClassName
{
border-color: #9418D1;
}
</style>