Shades of Dark Violet #9401BC
Tints of Dark Violet #9401BC
RGB
CMYK
RGB Variations
Color information
#9401BC (or 0x9401BC) is known color: Dark Violet. HEX triplet: 94, 01 and BC. RGB value is (148,1,188). Sum of RGB (Red+Green+Blue) = 148+1+188=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #9401BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9401BC is #6BFE43. Grayscale: #414141. Windows color (decimal): -7077444 or 12321172. OLE color: 12321172.
HSL color Cylindrical-coordinate representation of color #9401BC: hue angle of 287.17º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9401BC is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 1 | 188 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.26 |
| HSL | 287.17º | 0.99% | 0.37% | - |
| HSV(B) | 287.17º | 0.99% | 0.74% | - |
| XYZ | 21.3 | 9.95 | 48.37 | - |
| YUV | 66.27 | 196.7 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 188 | 0.21 | 0.99 | 0 | 0.26 | 287.17 | 0.99 | 0.37 |
| Hex | 94 | 1 | BC | 15 | 63 | 0 | 1A | 11F | 63 | 25 |
| Octal | 224 | 1 | 274 | 25 | 143 | 0 | 32 | 437 | 143 | 45 |
| Binary | 10010100 | 1 | 10111100 | 10101 | 1100011 | 0 | 11010 | 100011111 | 1100011 | 100101 |
Color Harmonies of #9401BC
Complementary color
Monochromatic Colors of #9401BC
Black with #9401BC
Text Example
Text Example
White with #9401BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9401BC; }
p { color: rgb(148,1,188); }
H1.HeaderClassName
{
color: #9401BC;
}
.AnyTagClassName
{
color: #9401BC;
}
</style>
background-color css
<style>
a { background-color: #9401BC; }
a { background-color: rgb(148,1,188); }
div.DivClassName
{
background-color: #9401BC;
}
.BgClassName
{
background-color: #9401BC;
}
</style>
border-color css
<style>
span { border-color: #9401BC; }
span { border-color: rgb(148,1,188); }
td.TdClassName
{
border-color: #9401BC;
}
.TagClassName
{
border-color: #9401BC;
}
</style>