Shades of Dark Violet #9411CF
Tints of Dark Violet #9411CF
RGB
CMYK
RGB Variations
Color information
#9411CF (or 0x9411CF) is known color: Dark Violet. HEX triplet: 94, 11 and CF. RGB value is (148,17,207). Sum of RGB (Red+Green+Blue) = 148+17+207=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #9411CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9411CF is #6BEE30. Grayscale: #4D4D4D. Windows color (decimal): -7073329 or 13570452. OLE color: 13570452.
HSL color Cylindrical-coordinate representation of color #9411CF: hue angle of 281.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9411CF is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 17 | 207 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.19 |
| HSL | 281.37º | 0.85% | 0.44% | - |
| HSV(B) | 281.37º | 0.92% | 0.81% | - |
| XYZ | 23.68 | 11.2 | 59.95 | - |
| YUV | 77.83 | 200.9 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 207 | 0.29 | 0.92 | 0 | 0.19 | 281.37 | 0.85 | 0.44 |
| Hex | 94 | 11 | CF | 1D | 5C | 0 | 13 | 119 | 55 | 2C |
| Octal | 224 | 21 | 317 | 35 | 134 | 0 | 23 | 431 | 125 | 54 |
| Binary | 10010100 | 10001 | 11001111 | 11101 | 1011100 | 0 | 10011 | 100011001 | 1010101 | 101100 |
Color Harmonies of #9411CF
Complementary color
Monochromatic Colors of #9411CF
Black with #9411CF
Text Example
Text Example
White with #9411CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411CF; }
p { color: rgb(148,17,207); }
H1.HeaderClassName
{
color: #9411CF;
}
.AnyTagClassName
{
color: #9411CF;
}
</style>
background-color css
<style>
a { background-color: #9411CF; }
a { background-color: rgb(148,17,207); }
div.DivClassName
{
background-color: #9411CF;
}
.BgClassName
{
background-color: #9411CF;
}
</style>
border-color css
<style>
span { border-color: #9411CF; }
span { border-color: rgb(148,17,207); }
td.TdClassName
{
border-color: #9411CF;
}
.TagClassName
{
border-color: #9411CF;
}
</style>