Shades of Dark Violet #9407BC
Tints of Dark Violet #9407BC
RGB
CMYK
RGB Variations
Color information
#9407BC (or 0x9407BC) is known color: Dark Violet. HEX triplet: 94, 07 and BC. RGB value is (148,7,188). Sum of RGB (Red+Green+Blue) = 148+7+188=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #9407BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9407BC is #6BF843. Grayscale: #454545. Windows color (decimal): -7075908 or 12322708. OLE color: 12322708.
HSL color Cylindrical-coordinate representation of color #9407BC: hue angle of 286.74º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9407BC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 7 | 188 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.26 |
| HSL | 286.74º | 0.93% | 0.38% | - |
| HSV(B) | 286.74º | 0.96% | 0.74% | - |
| XYZ | 21.37 | 10.08 | 48.4 | - |
| YUV | 69.79 | 194.71 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 188 | 0.21 | 0.96 | 0 | 0.26 | 286.74 | 0.93 | 0.38 |
| Hex | 94 | 7 | BC | 15 | 60 | 0 | 1A | 11F | 5D | 26 |
| Octal | 224 | 7 | 274 | 25 | 140 | 0 | 32 | 437 | 135 | 46 |
| Binary | 10010100 | 111 | 10111100 | 10101 | 1100000 | 0 | 11010 | 100011111 | 1011101 | 100110 |
Color Harmonies of #9407BC
Complementary color
Monochromatic Colors of #9407BC
Black with #9407BC
Text Example
Text Example
White with #9407BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9407BC; }
p { color: rgb(148,7,188); }
H1.HeaderClassName
{
color: #9407BC;
}
.AnyTagClassName
{
color: #9407BC;
}
</style>
background-color css
<style>
a { background-color: #9407BC; }
a { background-color: rgb(148,7,188); }
div.DivClassName
{
background-color: #9407BC;
}
.BgClassName
{
background-color: #9407BC;
}
</style>
border-color css
<style>
span { border-color: #9407BC; }
span { border-color: rgb(148,7,188); }
td.TdClassName
{
border-color: #9407BC;
}
.TagClassName
{
border-color: #9407BC;
}
</style>