Shades of Dark Violet #9400CC
Tints of Dark Violet #9400CC
RGB
CMYK
RGB Variations
Color information
#9400CC (or 0x9400CC) is known color: Dark Violet. HEX triplet: 94, 00 and CC. RGB value is (148,0,204). Sum of RGB (Red+Green+Blue) = 148+0+204=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #9400CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400CC is #6BFF33. Grayscale: #424242. Windows color (decimal): -7077684 or 13369492. OLE color: 13369492.
HSL color Cylindrical-coordinate representation of color #9400CC: hue angle of 283.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400CC is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 0 | 204 | - |
| CMYK | 0.27 | 1 | 0 | 0.2 |
| HSL | 283.53º | 1% | 0.4% | - |
| HSV(B) | 283.53º | 1% | 0.8% | - |
| XYZ | 23.11 | 10.66 | 57.97 | - |
| YUV | 67.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 204 | 0.27 | 1 | 0 | 0.2 | 283.53 | 1 | 0.4 |
| Hex | 94 | 0 | CC | 1B | 64 | 0 | 14 | 11C | 64 | 28 |
| Octal | 224 | 0 | 314 | 33 | 144 | 0 | 24 | 434 | 144 | 50 |
| Binary | 10010100 | 0 | 11001100 | 11011 | 1100100 | 0 | 10100 | 100011100 | 1100100 | 101000 |
Color Harmonies of #9400CC
Complementary color
Monochromatic Colors of #9400CC
Black with #9400CC
Text Example
Text Example
White with #9400CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9400CC; }
p { color: rgb(148,0,204); }
H1.HeaderClassName
{
color: #9400CC;
}
.AnyTagClassName
{
color: #9400CC;
}
</style>
background-color css
<style>
a { background-color: #9400CC; }
a { background-color: rgb(148,0,204); }
div.DivClassName
{
background-color: #9400CC;
}
.BgClassName
{
background-color: #9400CC;
}
</style>
border-color css
<style>
span { border-color: #9400CC; }
span { border-color: rgb(148,0,204); }
td.TdClassName
{
border-color: #9400CC;
}
.TagClassName
{
border-color: #9400CC;
}
</style>