Shades of Dark Violet #9407C7
Tints of Dark Violet #9407C7
RGB
CMYK
RGB Variations
Color information
#9407C7 (or 0x9407C7) is known color: Dark Violet. HEX triplet: 94, 07 and C7. RGB value is (148,7,199). Sum of RGB (Red+Green+Blue) = 148+7+199=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 199 (78.12% from 255 or 56.21% from 354); Max value from RGB is 199 - color contains mainly: blue. Hex color #9407C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9407C7 is #6BF838. Grayscale: #464646. Windows color (decimal): -7075897 or 13043604. OLE color: 13043604.
HSL color Cylindrical-coordinate representation of color #9407C7: hue angle of 284.06º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9407C7 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 7 | 199 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.22 |
| HSL | 284.06º | 0.93% | 0.4% | - |
| HSV(B) | 284.06º | 0.96% | 0.78% | - |
| XYZ | 22.6 | 10.57 | 54.88 | - |
| YUV | 71.05 | 200.21 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 199 | 0.26 | 0.96 | 0 | 0.22 | 284.06 | 0.93 | 0.4 |
| Hex | 94 | 7 | C7 | 1A | 60 | 0 | 16 | 11C | 5D | 28 |
| Octal | 224 | 7 | 307 | 32 | 140 | 0 | 26 | 434 | 135 | 50 |
| Binary | 10010100 | 111 | 11000111 | 11010 | 1100000 | 0 | 10110 | 100011100 | 1011101 | 101000 |
Color Harmonies of #9407C7
Complementary color
Monochromatic Colors of #9407C7
Black with #9407C7
Text Example
Text Example
White with #9407C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9407C7; }
p { color: rgb(148,7,199); }
H1.HeaderClassName
{
color: #9407C7;
}
.AnyTagClassName
{
color: #9407C7;
}
</style>
background-color css
<style>
a { background-color: #9407C7; }
a { background-color: rgb(148,7,199); }
div.DivClassName
{
background-color: #9407C7;
}
.BgClassName
{
background-color: #9407C7;
}
</style>
border-color css
<style>
span { border-color: #9407C7; }
span { border-color: rgb(148,7,199); }
td.TdClassName
{
border-color: #9407C7;
}
.TagClassName
{
border-color: #9407C7;
}
</style>