Shades of Dark Violet #9405CF
Tints of Dark Violet #9405CF
RGB
CMYK
RGB Variations
Color information
#9405CF (or 0x9405CF) is known color: Dark Violet. HEX triplet: 94, 05 and CF. RGB value is (148,5,207). Sum of RGB (Red+Green+Blue) = 148+5+207=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #9405CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9405CF is #6BFA30. Grayscale: #464646. Windows color (decimal): -7076401 or 13567380. OLE color: 13567380.
HSL color Cylindrical-coordinate representation of color #9405CF: hue angle of 282.48º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9405CF is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 5 | 207 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.19 |
| HSL | 282.48º | 0.95% | 0.42% | - |
| HSV(B) | 282.48º | 0.98% | 0.81% | - |
| XYZ | 23.53 | 10.91 | 59.9 | - |
| YUV | 70.79 | 204.88 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 5 | 207 | 0.29 | 0.98 | 0 | 0.19 | 282.48 | 0.95 | 0.42 |
| Hex | 94 | 5 | CF | 1D | 62 | 0 | 13 | 11A | 5F | 2A |
| Octal | 224 | 5 | 317 | 35 | 142 | 0 | 23 | 432 | 137 | 52 |
| Binary | 10010100 | 101 | 11001111 | 11101 | 1100010 | 0 | 10011 | 100011010 | 1011111 | 101010 |
Color Harmonies of #9405CF
Complementary color
Monochromatic Colors of #9405CF
Black with #9405CF
Text Example
Text Example
White with #9405CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9405CF; }
p { color: rgb(148,5,207); }
H1.HeaderClassName
{
color: #9405CF;
}
.AnyTagClassName
{
color: #9405CF;
}
</style>
background-color css
<style>
a { background-color: #9405CF; }
a { background-color: rgb(148,5,207); }
div.DivClassName
{
background-color: #9405CF;
}
.BgClassName
{
background-color: #9405CF;
}
</style>
border-color css
<style>
span { border-color: #9405CF; }
span { border-color: rgb(148,5,207); }
td.TdClassName
{
border-color: #9405CF;
}
.TagClassName
{
border-color: #9405CF;
}
</style>