Shades of Dark Violet #9400CB
Tints of Dark Violet #9400CB
RGB
CMYK
RGB Variations
Color information
#9400CB (or 0x9400CB) is known color: Dark Violet. HEX triplet: 94, 00 and CB. RGB value is (148,0,203). Sum of RGB (Red+Green+Blue) = 148+0+203=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #9400CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400CB is #6BFF34. Grayscale: #424242. Windows color (decimal): -7077685 or 13303956. OLE color: 13303956.
HSL color Cylindrical-coordinate representation of color #9400CB: hue angle of 283.74º 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 #9400CB is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 0 | 203 | - |
| CMYK | 0.27 | 1 | 0 | 0.20 |
| HSL | 283.74º | 1% | 0.4% | - |
| HSV(B) | 283.74º | 1% | 0.8% | - |
| XYZ | 22.99 | 10.61 | 57.34 | - |
| YUV | 67.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 203 | 0.27 | 1 | 0 | 0.20 | 283.74 | 1 | 0.4 |
| Hex | 94 | 0 | CB | 1B | 64 | 0 | 14 | 11C | 64 | 28 |
| Octal | 224 | 0 | 313 | 33 | 144 | 0 | 24 | 434 | 144 | 50 |
| Binary | 10010100 | 0 | 11001011 | 11011 | 1100100 | 0 | 10100 | 100011100 | 1100100 | 101000 |
Color Harmonies of #9400CB
Complementary color
Monochromatic Colors of #9400CB
Black with #9400CB
Text Example
Text Example
White with #9400CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9400CB; }
p { color: rgb(148,0,203); }
H1.HeaderClassName
{
color: #9400CB;
}
.AnyTagClassName
{
color: #9400CB;
}
</style>
background-color css
<style>
a { background-color: #9400CB; }
a { background-color: rgb(148,0,203); }
div.DivClassName
{
background-color: #9400CB;
}
.BgClassName
{
background-color: #9400CB;
}
</style>
border-color css
<style>
span { border-color: #9400CB; }
span { border-color: rgb(148,0,203); }
td.TdClassName
{
border-color: #9400CB;
}
.TagClassName
{
border-color: #9400CB;
}
</style>