Shades of Dark Violet #9407B6
Tints of Dark Violet #9407B6
RGB
CMYK
RGB Variations
Color information
#9407B6 (or 0x9407B6) is known color: Dark Violet. HEX triplet: 94, 07 and B6. RGB value is (148,7,182). Sum of RGB (Red+Green+Blue) = 148+7+182=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #9407B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9407B6 is #6BF849. Grayscale: #444444. Windows color (decimal): -7075914 or 11929492. OLE color: 11929492.
HSL color Cylindrical-coordinate representation of color #9407B6: hue angle of 288.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9407B6 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 7 | 182 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.29 |
| HSL | 288.34º | 0.93% | 0.37% | - |
| HSV(B) | 288.34º | 0.96% | 0.71% | - |
| XYZ | 20.73 | 9.83 | 45.06 | - |
| YUV | 69.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 182 | 0.19 | 0.96 | 0 | 0.29 | 288.34 | 0.93 | 0.37 |
| Hex | 94 | 7 | B6 | 13 | 60 | 0 | 1D | 120 | 5D | 25 |
| Octal | 224 | 7 | 266 | 23 | 140 | 0 | 35 | 440 | 135 | 45 |
| Binary | 10010100 | 111 | 10110110 | 10011 | 1100000 | 0 | 11101 | 100100000 | 1011101 | 100101 |
Color Harmonies of #9407B6
Complementary color
Monochromatic Colors of #9407B6
Black with #9407B6
Text Example
Text Example
White with #9407B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9407B6; }
p { color: rgb(148,7,182); }
H1.HeaderClassName
{
color: #9407B6;
}
.AnyTagClassName
{
color: #9407B6;
}
</style>
background-color css
<style>
a { background-color: #9407B6; }
a { background-color: rgb(148,7,182); }
div.DivClassName
{
background-color: #9407B6;
}
.BgClassName
{
background-color: #9407B6;
}
</style>
border-color css
<style>
span { border-color: #9407B6; }
span { border-color: rgb(148,7,182); }
td.TdClassName
{
border-color: #9407B6;
}
.TagClassName
{
border-color: #9407B6;
}
</style>