Shades of Dark Violet #940CCF
Tints of Dark Violet #940CCF
RGB
CMYK
RGB Variations
Color information
#940CCF (or 0x940CCF) is known color: Dark Violet. HEX triplet: 94, 0C and CF. RGB value is (148,12,207). Sum of RGB (Red+Green+Blue) = 148+12+207=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #940CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CCF is #6BF330. Grayscale: #4A4A4A. Windows color (decimal): -7074609 or 13569172. OLE color: 13569172.
HSL color Cylindrical-coordinate representation of color #940CCF: hue angle of 281.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CCF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 12 | 207 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.19 |
| HSL | 281.85º | 0.89% | 0.43% | - |
| HSV(B) | 281.85º | 0.94% | 0.81% | - |
| XYZ | 23.61 | 11.06 | 59.92 | - |
| YUV | 74.89 | 202.56 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 207 | 0.29 | 0.94 | 0 | 0.19 | 281.85 | 0.89 | 0.43 |
| Hex | 94 | C | CF | 1D | 5E | 0 | 13 | 11A | 59 | 2B |
| Octal | 224 | 14 | 317 | 35 | 136 | 0 | 23 | 432 | 131 | 53 |
| Binary | 10010100 | 1100 | 11001111 | 11101 | 1011110 | 0 | 10011 | 100011010 | 1011001 | 101011 |
Color Harmonies of #940CCF
Complementary color
Monochromatic Colors of #940CCF
Black with #940CCF
Text Example
Text Example
White with #940CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CCF; }
p { color: rgb(148,12,207); }
H1.HeaderClassName
{
color: #940CCF;
}
.AnyTagClassName
{
color: #940CCF;
}
</style>
background-color css
<style>
a { background-color: #940CCF; }
a { background-color: rgb(148,12,207); }
div.DivClassName
{
background-color: #940CCF;
}
.BgClassName
{
background-color: #940CCF;
}
</style>
border-color css
<style>
span { border-color: #940CCF; }
span { border-color: rgb(148,12,207); }
td.TdClassName
{
border-color: #940CCF;
}
.TagClassName
{
border-color: #940CCF;
}
</style>