Shades of Dark Violet #9404CE
Tints of Dark Violet #9404CE
RGB
CMYK
RGB Variations
Color information
#9404CE (or 0x9404CE) is known color: Dark Violet. HEX triplet: 94, 04 and CE. RGB value is (148,4,206). Sum of RGB (Red+Green+Blue) = 148+4+206=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #9404CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9404CE is #6BFB31. Grayscale: #454545. Windows color (decimal): -7076658 or 13501588. OLE color: 13501588.
HSL color Cylindrical-coordinate representation of color #9404CE: hue angle of 282.77º 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 #9404CE is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 4 | 206 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.19 |
| HSL | 282.77º | 0.96% | 0.41% | - |
| HSV(B) | 282.77º | 0.98% | 0.81% | - |
| XYZ | 23.4 | 10.84 | 59.25 | - |
| YUV | 70.08 | 204.71 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 4 | 206 | 0.28 | 0.98 | 0 | 0.19 | 282.77 | 0.96 | 0.41 |
| Hex | 94 | 4 | CE | 1C | 62 | 0 | 13 | 11B | 60 | 29 |
| Octal | 224 | 4 | 316 | 34 | 142 | 0 | 23 | 433 | 140 | 51 |
| Binary | 10010100 | 100 | 11001110 | 11100 | 1100010 | 0 | 10011 | 100011011 | 1100000 | 101001 |
Color Harmonies of #9404CE
Complementary color
Monochromatic Colors of #9404CE
Black with #9404CE
Text Example
Text Example
White with #9404CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9404CE; }
p { color: rgb(148,4,206); }
H1.HeaderClassName
{
color: #9404CE;
}
.AnyTagClassName
{
color: #9404CE;
}
</style>
background-color css
<style>
a { background-color: #9404CE; }
a { background-color: rgb(148,4,206); }
div.DivClassName
{
background-color: #9404CE;
}
.BgClassName
{
background-color: #9404CE;
}
</style>
border-color css
<style>
span { border-color: #9404CE; }
span { border-color: rgb(148,4,206); }
td.TdClassName
{
border-color: #9404CE;
}
.TagClassName
{
border-color: #9404CE;
}
</style>