Shades of Dark Violet #9404CF
Tints of Dark Violet #9404CF
RGB
CMYK
RGB Variations
Color information
#9404CF (or 0x9404CF) is known color: Dark Violet. HEX triplet: 94, 04 and CF. RGB value is (148,4,207). Sum of RGB (Red+Green+Blue) = 148+4+207=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #9404CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9404CF is #6BFB30. Grayscale: #454545. Windows color (decimal): -7076657 or 13567124. OLE color: 13567124.
HSL color Cylindrical-coordinate representation of color #9404CF: hue angle of 282.56º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9404CF is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 4 | 207 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.19 |
| HSL | 282.56º | 0.96% | 0.41% | - |
| HSV(B) | 282.56º | 0.98% | 0.81% | - |
| XYZ | 23.52 | 10.89 | 59.89 | - |
| YUV | 70.2 | 205.21 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 207 | 0.29 | 0.98 | 0 | 0.19 | 282.56 | 0.96 | 0.41 |
| Hex | 94 | 4 | CF | 1D | 62 | 0 | 13 | 11B | 60 | 29 |
| Octal | 224 | 4 | 317 | 35 | 142 | 0 | 23 | 433 | 140 | 51 |
| Binary | 10010100 | 100 | 11001111 | 11101 | 1100010 | 0 | 10011 | 100011011 | 1100000 | 101001 |
Color Harmonies of #9404CF
Complementary color
Monochromatic Colors of #9404CF
Black with #9404CF
Text Example
Text Example
White with #9404CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9404CF; }
p { color: rgb(148,4,207); }
H1.HeaderClassName
{
color: #9404CF;
}
.AnyTagClassName
{
color: #9404CF;
}
</style>
background-color css
<style>
a { background-color: #9404CF; }
a { background-color: rgb(148,4,207); }
div.DivClassName
{
background-color: #9404CF;
}
.BgClassName
{
background-color: #9404CF;
}
</style>
border-color css
<style>
span { border-color: #9404CF; }
span { border-color: rgb(148,4,207); }
td.TdClassName
{
border-color: #9404CF;
}
.TagClassName
{
border-color: #9404CF;
}
</style>