Shades of Dark Violet #9400BD
Tints of Dark Violet #9400BD
RGB
CMYK
RGB Variations
Color information
#9400BD (or 0x9400BD) is known color: Dark Violet. HEX triplet: 94, 00 and BD. RGB value is (148,0,189). Sum of RGB (Red+Green+Blue) = 148+0+189=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #9400BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9400BD is #6BFF42. Grayscale: #414141. Windows color (decimal): -7077699 or 12386452. OLE color: 12386452.
HSL color Cylindrical-coordinate representation of color #9400BD: hue angle of 286.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9400BD is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 0 | 189 | - |
| CMYK | 0.22 | 1 | 0 | 0.26 |
| HSL | 286.98º | 1% | 0.37% | - |
| HSV(B) | 286.98º | 1% | 0.74% | - |
| XYZ | 21.4 | 9.97 | 48.94 | - |
| YUV | 65.8 | 197.53 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 0 | 189 | 0.22 | 1 | 0 | 0.26 | 286.98 | 1 | 0.37 |
| Hex | 94 | 0 | BD | 16 | 64 | 0 | 1A | 11F | 64 | 25 |
| Octal | 224 | 0 | 275 | 26 | 144 | 0 | 32 | 437 | 144 | 45 |
| Binary | 10010100 | 0 | 10111101 | 10110 | 1100100 | 0 | 11010 | 100011111 | 1100100 | 100101 |
Color Harmonies of #9400BD
Complementary color
Monochromatic Colors of #9400BD
Black with #9400BD
Text Example
Text Example
White with #9400BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9400BD; }
p { color: rgb(148,0,189); }
H1.HeaderClassName
{
color: #9400BD;
}
.AnyTagClassName
{
color: #9400BD;
}
</style>
background-color css
<style>
a { background-color: #9400BD; }
a { background-color: rgb(148,0,189); }
div.DivClassName
{
background-color: #9400BD;
}
.BgClassName
{
background-color: #9400BD;
}
</style>
border-color css
<style>
span { border-color: #9400BD; }
span { border-color: rgb(148,0,189); }
td.TdClassName
{
border-color: #9400BD;
}
.TagClassName
{
border-color: #9400BD;
}
</style>