Shades of Dark Orchid #942DCF
Tints of Dark Orchid #942DCF
RGB
CMYK
RGB Variations
Color information
#942DCF (or 0x942DCF) is known color: Dark Orchid. HEX triplet: 94, 2D and CF. RGB value is (148,45,207). Sum of RGB (Red+Green+Blue) = 148+45+207=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #942DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DCF is #6BD230. Grayscale: #5D5D5D. Windows color (decimal): -7066161 or 13577620. OLE color: 13577620.
HSL color Cylindrical-coordinate representation of color #942DCF: hue angle of 278.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942DCF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 45 | 207 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.19 |
| HSL | 278.15º | 0.64% | 0.49% | - |
| HSV(B) | 278.15º | 0.78% | 0.81% | - |
| XYZ | 24.41 | 12.68 | 60.19 | - |
| YUV | 94.27 | 191.62 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 207 | 0.29 | 0.78 | 0 | 0.19 | 278.15 | 0.64 | 0.49 |
| Hex | 94 | 2D | CF | 1D | 4E | 0 | 13 | 116 | 40 | 31 |
| Octal | 224 | 55 | 317 | 35 | 116 | 0 | 23 | 426 | 100 | 61 |
| Binary | 10010100 | 101101 | 11001111 | 11101 | 1001110 | 0 | 10011 | 100010110 | 1000000 | 110001 |
Color Harmonies of #942DCF
Complementary color
Monochromatic Colors of #942DCF
Black with #942DCF
Text Example
Text Example
White with #942DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DCF; }
p { color: rgb(148,45,207); }
H1.HeaderClassName
{
color: #942DCF;
}
.AnyTagClassName
{
color: #942DCF;
}
</style>
background-color css
<style>
a { background-color: #942DCF; }
a { background-color: rgb(148,45,207); }
div.DivClassName
{
background-color: #942DCF;
}
.BgClassName
{
background-color: #942DCF;
}
</style>
border-color css
<style>
span { border-color: #942DCF; }
span { border-color: rgb(148,45,207); }
td.TdClassName
{
border-color: #942DCF;
}
.TagClassName
{
border-color: #942DCF;
}
</style>