Shades of Dark Violet #9407BB
Tints of Dark Violet #9407BB
RGB
CMYK
RGB Variations
Color information
#9407BB (or 0x9407BB) is known color: Dark Violet. HEX triplet: 94, 07 and BB. RGB value is (148,7,187). Sum of RGB (Red+Green+Blue) = 148+7+187=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #9407BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9407BB is #6BF844. Grayscale: #454545. Windows color (decimal): -7075909 or 12257172. OLE color: 12257172.
HSL color Cylindrical-coordinate representation of color #9407BB: hue angle of 287º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9407BB is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 7 | 187 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.27 |
| HSL | 287º | 0.93% | 0.38% | - |
| HSV(B) | 287º | 0.96% | 0.73% | - |
| XYZ | 21.26 | 10.04 | 47.83 | - |
| YUV | 69.68 | 194.21 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 187 | 0.21 | 0.96 | 0 | 0.27 | 287 | 0.93 | 0.38 |
| Hex | 94 | 7 | BB | 15 | 60 | 0 | 1B | 11F | 5D | 26 |
| Octal | 224 | 7 | 273 | 25 | 140 | 0 | 33 | 437 | 135 | 46 |
| Binary | 10010100 | 111 | 10111011 | 10101 | 1100000 | 0 | 11011 | 100011111 | 1011101 | 100110 |
Color Harmonies of #9407BB
Complementary color
Monochromatic Colors of #9407BB
Black with #9407BB
Text Example
Text Example
White with #9407BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9407BB; }
p { color: rgb(148,7,187); }
H1.HeaderClassName
{
color: #9407BB;
}
.AnyTagClassName
{
color: #9407BB;
}
</style>
background-color css
<style>
a { background-color: #9407BB; }
a { background-color: rgb(148,7,187); }
div.DivClassName
{
background-color: #9407BB;
}
.BgClassName
{
background-color: #9407BB;
}
</style>
border-color css
<style>
span { border-color: #9407BB; }
span { border-color: rgb(148,7,187); }
td.TdClassName
{
border-color: #9407BB;
}
.TagClassName
{
border-color: #9407BB;
}
</style>